-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-4.html
More file actions
48 lines (42 loc) · 1.59 KB
/
project-4.html
File metadata and controls
48 lines (42 loc) · 1.59 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
<!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>Mwah . . .</title>
</head>
<body>
<main class="cd-image-mask-effect">
<section class="project-4 cd-project-mask project-selected content-visible center-title">
<h1>Project Name</h1>
<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" style="padding: 0;">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<h2 class="section-title">I may not be by your side <br/>celebrating your day with you,</h2>
<h2 class="section-title">but I want you to know that<br/><span>I’m thinking of you.</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>