-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (74 loc) · 3.51 KB
/
index.html
File metadata and controls
76 lines (74 loc) · 3.51 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ray.ban</title>
<link rel="stylesheet" href="https://unpkg.com/sheryjs/dist/Shery.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div class="back">
<img src="./images/IMG_7564.JPG" alt="1">
<img src="./images/IMG_7565.JPG" alt="2">
<img src="./images/IMG_7566.JPG" alt="3">
<img src="./images/IMG_7567.JPG" alt="4">
<img src="./images/IMG_7568.JPG" alt="5">
</div>
<div class="top">
<div id="workingspace">
<div id="nav">
<div id="lnav">
<img src="./images/raybanlogo.png" alt="">
<a href="#">products</a>
<a href="#">works</a>
</div>
<div id="rnav">
<a href="#">luxe</a>
<a href="#">cart</a>
</div>
</div>
<div id="hero">
<div id="heroleft">
<div class="elem">
<h1>david chang</h1>
<h1>Lina Petrova</h1>
<h1>Sofia Delgado</h1>
<h1>Hiroshi Saito</h1>
<h1>Mateo Garcia</h1>
</div>
<div class="elem">
<h1>gives zero</h1>
<h1>dodges safe </h1>
<h1>bends pixels </h1>
<h1>designs on</h1>
<h1>dodges boring</h1>
</div>
<div class="elem">
<h1>funks.</h1>
<h1>choices.</h1>
<h1>boldly.</h1>
<h1>instinct.</h1>
<h1>pixels.</h1>
</div>
<button>explore now</button>
</div>
<div id="heroright">
<p>Lorem ipsum dolor sit amet.</p>
<div id="imagediv"></div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis recusandae dolores officia autem qui deleniti voluptas distinctio maiores nobis, obcaecati quae unde incidunt similique quo quod a sit reiciendis provident nam. Pariatur, aliquid inventore.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab est ipsam voluptate aut nihil reiciendis porro minus autem! Commodi eius necessitatibus molestiae cupiditate.</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.155.0/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/automat/controlkit.js@master/bin/controlKit.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/sheryjs/dist/Shery.js"></script>
<script src="script.js"></script>
</body>
</html>