-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.html
47 lines (35 loc) · 1.3 KB
/
page.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jasmine Doyle Pitt</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="Clarice Hilton">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/normalize.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="javascript/scrollmagic/uncompressed/ScrollMagic.js"></script>
<script src="javascript/scrollmagic/uncompressed/plugins/debug.addIndicators.js"></script>
</head>
<body>
<div class="header">
<div id="title">JAS DOYLE PITT</div>
<div id="menu">
<a class="menu_item" href="#film">FILM</a>
<a class="menu_item" href="#commercial">COMMERCIAL</a>
<a class="menu_item" href="#contact">CONTACT</a>
<a class="menu_item" href="#about">ABOUT</a>
</div>
</div>
<div class="flexgrid">
<div class="col left">
<img class="still" src="images/abrazame.png" />
<div class="img__description">
<div style="text-align:center;">FILM</div>
<div style="text-align:center;">ABRAZAMÉ</div>
</div>
</div>
<div class="col right"><img class="still" src="images/abrazame2.png" /></div>
</div>
</body>
</html>