-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
102 lines (93 loc) · 5.24 KB
/
index.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GSAP Portfolio Landing Page Transition Animation</title>
<!--===== CUSTOM CSS =====-->
<link rel="stylesheet" href="style.css" />
<!--===== Fontawesome CDN =====-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<!--===== TweenMax CDN =====-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
</head>
<body>
<div class="overlay">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="250" height="250" fill="none" stroke="#fff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><!--! Atomicons Free 1.00 by @atisalab License - https://atomicons.com/license/ (Icons: CC BY 4.0) Copyright 2021 Atomicons --><path d="M4,15.24A4.5,4.5,0,0,1,5.24,7.18,7,7,0,0,1,19,9V9a3.5,3.5,0,0,1,1,6.62"></path><circle cx="12" cy="19" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="12" cy="15" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="16" cy="17" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="16" cy="13" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="8" cy="17" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="8" cy="13" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle></svg>
</div>
<!--===== WRAPPER =====-->
<div class="wrapper">
<!--===== LEFT MENU =====-->
<main class="left_menu">
<section class="brand">
<div class="logo">
<div class="logo_circle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="36" height="36" fill="none" stroke="#fff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><!--! Atomicons Free 1.00 by @atisalab License - https://atomicons.com/license/ (Icons: CC BY 4.0) Copyright 2021 Atomicons --><path d="M4,15.24A4.5,4.5,0,0,1,5.24,7.18,7,7,0,0,1,19,9V9a3.5,3.5,0,0,1,1,6.62"></path><circle cx="12" cy="19" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="12" cy="15" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="16" cy="17" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="16" cy="13" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="8" cy="17" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle><circle cx="8" cy="13" r="0.5" fill="#000000" stroke-width="-0.10000000000000009"></circle></svg>
</div>
</div>
</section>
<!--===== SOCIAL ICONS =====-->
<section class="social_content">
<ul class="social_icons_list">
<li class="social_icons_list_item active">
<i class="fa fa-facebook icon"></i>
</li>
<li class="social_icons_list_item">
<i class="fa fa-twitter icon"></i>
</li>
<li class="social_icons_list_item">
<i class="fa fa-linkedin icon"></i>
</li>
</ul>
</section>
</main>
<!--===== Nav =====-->
<main class="nav">
<section class="nav__content">
<div class="search">
<button>
<svg xmlns="http://www.w3.org/2000/svg" class="search_icon" viewBox="0 0 24 24" width="36" height="36" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><!--! Atomicons Free 1.00 by @atisalab License - https://atomicons.com/license/ (Icons: CC BY 4.0) Copyright 2021 Atomicons --><path d="M2,3H4.23a1,1,0,0,1,1,.74L8.1,14.52A2,2,0,0,0,10,16h6.53a2,2,0,0,0,1.9-1.37l2.1-6.31A1,1,0,0,0,19.61,7H6.1" stroke-linecap="round"></path><line x1="9.99" y1="20" x2="10.01" y2="20" stroke-linecap="round" stroke-width="2"></line><line x1="15.99" y1="20" x2="16.01" y2="20" stroke-linecap="round" stroke-width="2"></line></svg>
</button>
</div>
<div class="nav_links_content">
<ul class="nav_link_list">
<li><a class="nav_link active" href="#">home</a></li>
<li><a class="nav_link" href="#">modeling</a></li>
<li><a class="nav_link" href="#">fashion</a></li>
<li><a class="nav_link" href="#">contact</a></li>
</ul>
</div>
</section>
</main>
<main class="larger_text_content">
<div class="large_text">
<h1>photo <br> graphy</h1>
</div>
<div class="blue_box">
<div class="blue_box_content">
<span>03</span>
<span class="fashion_text">fashion.</span>
<div class="see_photos">
scroll
</div>
</div>
</div>
</main>
<main class="desc_content">
<p><span>Fashion designers</span> are responsible for creating looks for individual garments, involving shape, color, fabric, trimming, and more</p>
<div class="fashion">
<span>01.</span>
<span>Fashion</span>
</div>
<div class="modelings">
<span>02.</span>
<span>modeling</span>
</div>
<div class="fashion_text">fashion.</div>
<div class="slide"><span>03</span><span>/03</span></div>
</main>
</div>
<script src="script.js"></script>
</body>
</html>