-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-5.html
More file actions
44 lines (39 loc) · 1.33 KB
/
project-5.html
File metadata and controls
44 lines (39 loc) · 1.33 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<title>Love you</title>
</head>
<body>
<main class="cd-image-mask-effect">
<section class="project-5 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"> Wishing you a wonderful time ahead.<br/>
Happy birthday Pooch. </h2>
<h2 class="section-title"> <span>Love you kutta</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>