-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
182 lines (180 loc) · 8.55 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oyindamola Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-[#171717] w-[1120px] mx-auto text-[#fff] font-serif">
<!-- Nav Area -->
<nav class="flex justify-between h-[90px] items-center font-serif">
<h1 class="font-bold text-[30px]"><a href="#hero">Oyindamola</a></h1>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact me</a></li>
</ul>
</nav>
<!-- Nav end -->
<!-- Hero Section -->
<section id="hero" class="hero">
<div class="main-box pt-[80px]">
<div class="main-box2 h-[70vh] flex items-center justify-between ">
<div class="content relative left-7 ">
<h2 class="font-serif text-4xl font-semibold">
Hi, I am <br>
Oyindamola Bakare
</h2>
<p class="font-serif font-medium text-xl text-[#828282] mt-2">Frontend Developer</p>
<div class="buttons">
<button class="bg-[#27AE60] border-[#27AE60]">Download CV</button>
<button>Learn More</button>
</div>
</div>
<div class="imgs">
<img src="imgs/Hero-img.png" alt="" class="w-[530px] border-[#202020] border-[20px] rounded-[50%] relative right-10">
</div>
</div>
</div>
</section>
<!-- About Me section -->
<section class="" id="about">
<div class="main-box pt-28 pb-9">
<div class="content-box">
<h3 class=" text-2xl font-bold text-center mb-5">About</h3>
<p class="text-center w-[685px] mx-auto">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident
</p>
</div>
</div>
</section>
<!-- About me end -->
<div class="social-media">
<div class="conaitner py-10 flex justify-around">
<!-- Box1 -->
<div class="box1 w-[174px] flex items-center flex-col">
<div class="circle center rounded-full w-[64px] h-[64px] bg-[#212121]">
<div class=" bg-[#27AE60] w-[12px] h-[12px] rounded-full"></div>
</div>
<p class="name font-semibold text-[20px]">Full Name</p>
<p>Your name goes here</p>
</div>
<!-- Box 2 -->
<div class="box2 w-[174px] flex items-center flex-col">
<div class="circle center rounded-full w-[64px] h-[64px] bg-[#212121]">
<div class=" bg-[#27AE60] w-[12px] h-[12px] rounded-full"></div>
</div>
<p class="name font-semibold text-[20px]">Email Address</p>
<p>Your email goes here</p>
</div>
<!-- Box 3 -->
<div class="box3 w-[174px] flex items-center flex-col">
<div class="circle center rounded-full w-[64px] h-[64px] bg-[#212121]">
<div class=" bg-[#27AE60] w-[12px] h-[12px] rounded-full"></div>
</div>
<p class="name font-semibold text-[20px]">Twitter</p>
<p>Your twitter goes here</p>
</div>
<!-- Box 4 -->
<div class="box1 w-[174px] flex items-center flex-col">
<div class="circle center rounded-full w-[64px] h-[64px] bg-[#212121]">
<div class=" bg-[#27AE60] w-[12px] h-[12px] rounded-full"></div>
</div>
<p class="name font-semibold text-[20px]">Phone</p>
<p>Your phone goes here</p>
</div>
</div>
</div>
<!-- Skills Section or Services Section -->
<section id="services">
<div class="main-box">
<div class="content py-10">
<h1 class="font-semibold text-2xl text-center pb-14">What i do</h1>
<div class="box-div flex justify-between">
<!-- Box 1 -->
<div class="box-1 bg-[#212121] p-10 justify-start">
<img src="svg/Vector.svg" alt="">
<h1 class="font-semibold text-[#535353] text-2xl mt-7">
Software <br>
Development
</h1>
</div>
<!-- Box 2 -->
<div class="box-2 bg-[#212121] p-10 justify-start relative overflow-hidden">
<img src="svg/Vector (1).svg" alt="">
<h1 class="font-semibold text-[#535353] text-2xl mt-7">
Web <br>
Development
</h1>
<div class="bg-[#27AE60] w-screen h-[5px] absolute bottom-0 left-[-6px] "></div>
</div>
<!-- Box 3 -->
<div class="box-3 bg-[#212121] p-10 justify-start">
<img src="svg/Vector (2).svg" alt="">
<h1 class="font-semibold text-[#535353] text-2xl mt-7">
Web <br>
Desgin <span class="text-transparent">Mode</span>
</h1>
</div>
</div>
</div>
</div>
</section>
<!-- Knowlege Sections -->
<section class="knowlege">
<div class="main-mom-box py-20">
<h1 class="text-center text-2xl font-bold pb-10">
My Skills
</h1>
<div class="mom-box bg-[#212121] flex justify-around py-16">
<div class="box1 font-bold flex flex-col items-center">
<p class="text-7xl text-[#4F4F4F]">100%</p>
<p class="uppercase font-semibold text-[#27AE60]">html</p>
</div>
<div class="box2 font-bold flex flex-col items-center">
<p class="text-7xl text-[#4F4F4F]">100%</p>
<p class="uppercase font-semibold text-[#27AE60]">css</p>
</div>
<div class="box3 font-bold flex flex-col items-center">
<p class="text-7xl text-[#4F4F4F]">100%</p>
<p class="uppercase font-semibold text-[#27AE60]">javascript</p>
</div>
<div class="box4 font-bold flex flex-col items-center">
<p class="text-7xl text-[#4F4F4F]">100%</p>
<p class="uppercase font-semibold text-[#27AE60]">php</p>
</div>
</div>
</div>
</section>
<!-- Knowldge End -->
<section id="contact" class="">
<div class="contact-form py-10">
<div class="heagin">
<h1 class="text-3xl text-center font-semibold pb-7">Get in touch</h1>
</div>
<div class="main-form text-center">
<form action="">
<p class="first-and-last-name">
<input type="text" name="fname" id="fname" placeholder="Name" required>
<input type="text" name="fname" id="fname" placeholder="Last name" required>
</p>
<p class="emain-and-phone">
<input type="email" name="email" placeholder="Email" id="mail" required>
<input type="tel" name="phone" placeholder="Phone number" id="phone">
</p>
<textarea name="" id="" cols="70" rows="8" placeholder="Message" class="bg-transparent text-[#4F4F4F] w-[752px] border p-5 mt-5 border-[#4F4F4F]">
</textarea>
<p>
<button type="submit" class="bg-[#27AE60] text-lg font-semibold pt-2 pb-2 pl-4 pr-4 border-[#27AE60]">Submit Now!</button>
</p>
</form>
</div>
</div>
</section>
<!-- Ended -->
<!-- Footer -->
<footer>
<p class="py-10 text-center text-[#4F4F4F] text-lg"> © Oyindamola 2024</p>
</footer>
</body>
</html>