-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (152 loc) · 6.17 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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>Product Desiner</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="first-page">
<nav class="navbar">
<div class="logo">
<img src="./Assets/icons/logo.svg" alt="logo">
</div>
<div>
<ul class="list">
<li class="list-item">HOME <span><i class="fa-solid fa-caret-down"></i></span></li>
<li class="list-item">PROJECT</li>
<li class="list-item">ABOUT</li>
<li class="list-item">CONTACT</li>
<li class="list-item">OTHER PAGE<span><i class="fa-solid fa-caret-down"></i></span>
</li>
</ul>
</div>
<div class="menu">
<i class="fa-solid fa-bars"></i>
</div>
</nav>
<section class="sec-1">
<div class="hero-img">
<img src="./Assets/Images/hero.png" alt="hero-img">
</div>
<div class="sec-1-right">
<h5>Hello I'm Arthur</h5>
<h1>Visual designer</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat tempora est modi, molestiae fugit pariatur ex dolorem optio <br> repellendus magni!</p>
<button class="btn">ABOUT ME</button>
</div>
</section>
</header>
<section class="sec-2">
<div class="sec-2-top">
<div class="ui-design black-card">
<img src="./Assets/icons/ui.svg" alt="ui-design">
<h3>UI Design</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. <br> Totam, quia!</p>
<h5>KNOW MORE <span><i class="fa-solid fa-arrow-right"></i></span></h5>
</div>
<div class="product-design red-card">
<img src="./Assets/icons/product.svg" alt="product">
<h3>Product Design</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. <br> Totam, quia!</p>
<h5>KNOW MORE <span><i class="fa-solid fa-arrow-right"></i></span></h5>
</div>
<div class="branding black-card">
<img src="./Assets/icons/branding.svg" alt="brand">
<h3>Branding</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. <br> Totam, quia!</p>
<h5>KNOW MORE <span><i class="fa-solid fa-arrow-right"></i></span></h5>
</div>
</div>
<div class="sec-2-bottom">
<div class="sec-2-b-1">
<h1> <span class="num">12</span> <br> Years Experience
</h1>
</div>
<div class="sec-2-b-2">
<h1 class="card"> <span class="count">60+</span> <br>Clients</h1>
<h1 class="card"> <span class="count">122+</span> <br>Completed Projects</h1>
</div>
<div class="sec-2-b-3">
<h1 class="card"> <span class="count">08</span> <br>Years Experience
</h1>
<h1 class="card"> <span class="count">10</span> <br>Achievments</h1>
</div>
</div>
</section>
<div class="featured">
<div>
<h2>
FEATURED PROJECTS
</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit
</p>
</div>
<div>
<button class="btn">VIEW ALL</button>
</div>
</div>
<section class="sec-3">
<div class="sec-31">
<img src="./Assets/Images/The vintage.jpg" alt="vintage">
<h4>The Vintage</h4>
<h5>KNOW MORE <span><i class="fa-solid fa-arrow-right"></i></span></h5>
</div>
<div class="sec-32">
<img src="./Assets/Images/foodasa.jpg" alt="foodasa">
<h4>Foodasa</h4>
<h5>KNOW MORE <span><i class="fa-solid fa-arrow-right"></i></span></h5>
</div>
</section>
<section class="sec-4">
<div class="sec-41">
<img src="./Assets/Images/marco ascent.jpg" alt="marco">
<h4>Marco Accent</h4>
<h5>KNOW MORE <span><i class="fa-solid fa-arrow-right"></i></span></h5>
</div>
<div class="sec-42">
<img src="./Assets/Images/mozaik.jpg" alt="mozaik">
<h4>Mozaik</h4>
<h5>KNOW MORE <span><i class="fa-solid fa-arrow-right"></i></span></h5>
</div>
</section>
<section class="sec-5">
<div class="sec-51">
<h1>
Let's work together on <br>your next project
</h1>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. <br> Autem recusandae ad aperiam perferendis magni ipsum<br> ab harum! Autem eligendi magni</p>
</div>
<div>
<button class="btn">CONTACT</button>
</div>
</section>
<section class="sec-6">
<ul class="bottom-list">
<li>HOME</li>
<li>ABOUT</li>
<li>PROJECTS</li>
<li>CONTACT</li>
</ul>
</section>
<footer>
<img src="./Assets/icons/logo.svg" alt="logo" class="f-logo">
<ul>
<li><img src="./Assets/icons/facebook.svg" alt="fb"></li>
<li><img src="/Assets/icons/twitter.svg" alt="twitter"></li>
<li><img src="./Assets/icons/youtube.svg" alt="youtube"></li>
</ul>
</footer>
<script>
const hamMenu = document.getElementsByClassName('menu')[0]
const menuList = document.getElementsByClassName('list')[0]
hamMenu.addEventListener('click', () => {
menuList.classList.toggle('nav-active')
})
</script>
</body>
</html>