-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-1.html
More file actions
49 lines (45 loc) · 1.79 KB
/
project-1.html
File metadata and controls
49 lines (45 loc) · 1.79 KB
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/style.css" />
<title>Present</title>
</head>
<body>
<main class="cd-image-mask-effect">
<section
class="project-1 cd-project-mask project-selected content-visible center-title"
>
<div class="featured-image"></div>
<a href="#0" class="cd-scroll cd-img-replace">Scroll down</a>
<div class="cd-project-info">
<div class="content-wrapper">
<section class="intro-section">
<div class="container text-center" >
<div class="row">
<div class="col-xl-10 offset-xl-1" style="padding:0;">
<h2 class="section-title">Count not the candles… <br/><span>see the lights they give.</span></h2>
<h2 class="section-title"> Count not the years, <br/><span>but the life you live.</span></h2>
</div>
</div>
</div>
</section>
</div>
</div>
</section>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script>
if (!window.jQuery)
document.write('<script src="js/jquery-3.0.0.min.js"><\/script>');
</script>
<script src="js/main.js"></script>
<!-- Resource jQuery -->
</body>
</html>