-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (98 loc) · 4.16 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
<!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
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css">
<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>
<link rel="stylesheet" href="loco.css">
</head>
<body>
<div class="minicircle">
</div>
<div class="main">
<div class="home">
<div class="nav">
<a href="#">Cynthia Ugwu</a>
<h3>MENU</h3>
</div>
<div class="heading">
<div class="bounding">
<h1 class="boundingelem">Product</h1>
</div>
<div class="blocktext">
<div class="bounding">
<h1 class="boundingelem" id="secondh1">Designer</h1>
</div>
<div class="blocktext">
<div class="bounding">
<h5 class="boundingelem" >Based in trontro</h5>
</div>
</div>
</div>
<div class="smallheadings">
<div class="bounding">
<h5 class="boundingelem">Available For Freelance</h5>
</div>
<div class="bounding">
<h5 class="boundingelem">Start From May'23</h5>
</div>
</div>
<div class="homefooter">
<a href="">Previously Worked at YML <i class="ri-corner-up-right-fill"></i> </a>
<a href="">Prototype Embassador <i class="ri-corner-up-right-fill"></i></a>
<div class="iconset">
<div class="circle"><i class="ri-arrow-down-circle-fill"></i></div>
<div class="circle"><i class="ri-arrow-down-circle-fill"></i></div>
</div>
</div>
</div>
</div>
<div class="second">
<div class="elem">
<img class="" src="./plug.webp" alt="">
<h1>The Plug</h1>
<h4>2022 ©</h4>
</div>
<div class="elem">
<img src="./ixperience.webp" alt="">
<h1>Ixperience</h1>
<h4>2022 ©</h4>
</div>
<div class="elem">
<img src="./hudu.webp" alt="">
<h1 class="elemlast">HUDU</h1>
<h4>2022</h4>
</div>
</div>
<div class="about">
<img src="https://cynthiaugwu.com/images/cynthia.png" alt="">
<div class="textabout">
<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 class="subscribe">
<h5>(forgot to mention)</h5>
<h3>Subscribe to my youtube channel <i class="ri-corner-up-right-fill"></i></h3>
</div>
<div class="footer">
<div class="footerleft">
<h5>2024 ©</h5>
<h5>10:26 PST</h5>
</div>
<div class="footerright">
<a href="#">Dribble</a><a href="#">Instagram</a><a href="#">Linkedin</a><a href="#">Twitter</a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.min.js"></script>
<script src="script.js"></script>
</body>
</html>