-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
executable file
·158 lines (147 loc) · 7.89 KB
/
thankyou.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Eli's Web | Freelance Web Development & Design, Glasgow</title>
<meta name="author" content="Elijah Nathan - Eli's Web">
<meta name="description" content="Eli's Web provides freelance web development in Glasgow. Giving you the most stylish and up to date websites. Glasgow Web design. Low cost freelance web design, graphic design and branding.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/logo.png">
<link rel="apple-touch-icon" sizes="57x57" href="images/logo.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/logo.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/logo.png">
<!-- Animation CSS -->
<link href="css/animate.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.less" rel="stylesheet/less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js"></script>
</head>
<body>
<!-- Navigation Menu -->
<nav class="col-lg-12 col-md-12 col-sm-12 col-xs-12 navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#"><img src="images/logo.png" alt="Freelance Web Development Logo"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/#services">Services</a></li>
<li><a href="/#portfolio">Portfolio</a></li>
<li><a href="/#news">News</a></li>
<li><a href="/#about">About</a></li>
<li><a href="/#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav><!-- /.Navigation Menu -->
<!-- Head section -->
<div class="head col-lg-12 col-md-12 col-sm-12 col-xs-12">
<!-- Carousel For fading background images -->
<div id="myCarousel" class="carousel carousel-fade slide" data-ride="carousel" data-interval="5000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item item1 active">
</div>
<div class="item item2">
</div>
<div class="item item3">
</div>
<div class="item item4">
</div>
<div class="item item5">
</div>
<div class="item item6">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> <!-- /.Carousel -->
<div id="headSub" class="headSub col-lg-12 col-md-12 col-sm-12 col-xs-12"><!-- Container for text and button -->
<div class="logoDiv col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h1>
ELI'S
</h1>
<img class="logoImg" src="images/logo.png" alt="Freelance Web Development Logo">
<h1>
WEB
</h1>
</div>
<div class="head-con text-center col-lg-offset-1 col-lg-10 col-md-offset-1 col-md-10 col-sm-offset-1 col-sm-10 col-xs-offset-1 col-xs-10">
<p>Thanks for your message! I'll get back to you as soon as possible!
<br> In the meantime please feel free to go back and browse through the site.</p>
<div class="btnsTop text-center col-lg-12 col-md-12 col-sm-12 col-xs-12">
<a href="/"><button class="btnTop">Back to site</button></a>
</div>
</div>
</div><!--/.headSub -->
</div><!-- /.Head -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script src="js/scrollreveal.min.js"></script>
<script type="text/javascript">
window.sr = ScrollReveal({ reset: true });
sr.reveal('.logoImg', {origin: 'top', distance: '200px', delay: 300, mobile : true });
sr.reveal('.eli', {origin: 'left', distance: '200px', delay: 300, mobile : true });
sr.reveal('.web', {origin: 'right', distance: '200px', delay: 300, mobile : true });
sr.reveal('.serv-1', {origin: 'bottom', distance: '200px', delay: 200, duration: 600, mobile : true });
sr.reveal('.serv-2', {origin: 'top', distance: '200px', delay: 300, duration: 600, mobile : true });
sr.reveal('.serv-3', {origin: 'bottom', distance: '200px', delay: 200, duration: 600, mobile : true });
sr.reveal('.serv-4', {origin: 'top', distance: '200px', delay: 300, duration: 600, mobile : true });
sr.reveal('.box1', {opacity: 0, scale: 0, delay: 100, mobile : true });
sr.reveal('.box2', {opacity: 0, scale: 0, delay: 200, mobile : true });
sr.reveal('.box3', {opacity: 0, scale: 0, delay: 300, mobile : true });
sr.reveal('.box4', {opacity: 0, scale: 0, delay: 400, mobile : true });
sr.reveal('.box5', {opacity: 0, scale: 0, delay: 500, mobile : true });
sr.reveal('.box6', {opacity: 0, scale: 0, delay: 600, mobile : true });
sr.reveal('.chef', { origin: 'left', distance: '500px', delay: 300, mobile : true, easing: 'ease-in-out', duration: 600 });
sr.reveal('.george', { origin: 'bottom', distance: '700px', delay: 500, mobile : true, easing: 'ease-in-out', duration: 600 });
sr.reveal('.about-item-secondary', { origin: 'right', distance: '700px', delay: 600, mobile : true, easing: 'ease-in-out', duration: 600 });
sr.reveal('.contact-form', { origin: 'left', distance: '200px', delay: 200, duration: 1000, mobile : true });
sr.reveal('.contact-block-content', { origin: 'right', distance: '200px', delay: 200, duration: 1000, mobile : true });
// SMOOTH SCROLL
$(function() {
$('a[href*=#]:not([href=#], #myCarousel2 a)').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top -70
}, 1000);
return false;
}
}
});
});
</script>
<!-- End of SMOOTH SCROLL -->
</body>
</html>