-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpractice2.html
94 lines (94 loc) · 3.96 KB
/
practice2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="loco.css">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="mouse"></div>
<div id="main">
<div id="hero">
<div id="nav">
<a href="#">Cynthia Ugwu</a>
<h5>MENU+</h5>
</div>
<div id="heading">
<div class="bound">
<h1 class="boundelem">PRODUCT</h1>
</div>
<div class="heading2">
<div class="bound">
<h1 class="boundelem" id="secondh1">DESIGNER</h1>
</div>
<div class="bound">
<h5 class="el">BASED iN TORONTO</h5>
</div>
</div>
</div>
<div id="second">
<div class="bound">
<h4 class="el">available for freelance</h4>
</div>
<div class="bound">
<h4 class="el">work from may 23'</h4>
</div>
</div>
<div id="mini">
<a href="#">currently working at yml <i class="ri-arrow-right-up-line"></i></a>
<a href="#">protopie ambassador <i class="ri-arrow-right-up-line"></i></a>
<div id="symbol">
<div class="icon"><i class="ri-arrow-down-line"></i></div>
<div class="icon"><i class="ri-arrow-down-line"></i></div>
</div>
</div>
</div>
<div id="lower">
<div class="elem">
<img src="plug.png" alt="">
<h2>the plug</h2>
<h5>2022</h5>
</div>
<div class="elem">
<img src="ixperience.png" alt="">
<h2>ixperience</h2>
<h5>2022</h5>
</div>
<div class = "elem" class="elem hai">
<img src="hudu.png" alt="">
<h2>hudu</h2>
<h5>2022</h5>
</div>
</div>
<div id="about">
<img src="cynthia.png" alt="">
<div id="text">
<h5>(about me)</h5>
<p>I'm a product designer with a passion for creating products that not only look good but also solve real problems. When I'm not sketching ideas on paper, you can find me binge-watching a Netflix series or playing video games. My design philosophy is simple: make it visually appealing, functional, and bring a smile to people's faces. I'm the designer you want on your team if you want to make people say 'I need that in my life!'.</p>
<a href="#">Let's talk</a>
</div>
</div>
<div id="footer">
<h5>(forgot to mention)</h5>
<h4>subscribe to my youtube channel <i class="ri-arrow-right-up-line"></i></h4>
</div>
<div id="footerhai">
<div id="footerleft">
<h5>20204 © </h5>
<h5> 11:07 pm est</h5>
</div>
<div id="footerright">
<a href="#">dribble</a><a href="#">instagram</a><a href="#">linkedin</a><a href="#">twitter</a>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.js"></script>
<script src="script.js"></script>
</body>
</html>