-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 2.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="container">
<div class="half-width"><h1>YOUNG OBAMA</h1>
<h4>Superstar Web Developer</h4>
<ul class="sub-element" type="circle">
<li>young.obama@gmail.com</li>
<li>+ 192 162 227</li>
<li>White House, Washington DC, United State</li>
</ul></div>
<div class="half-width"><img src="images/first-image.png" alt=""></div>
</section>
<section class="container">
<div class="half-width"><img src="images/second-image.png" alt=""></div>
<div class="half-width">
<h2>About Me</h2>
<p class="sub-element">Hello, This is Young Obama. I have great experience in web site development, design and customization. Also, I am good at project management. I quickly understand custer needs. And build the website with care, love and functionality. <br> <br>
I am based on Washington DC. I am the president of my own world. Haters (all my exes and ohs) might say I am learning web development just for 5 days. Ignore them, they are ex.
</p>
</div>
</section>
<section class="container">
<h2>What I Do</h2>
<div class="service-container">
<div class="service-item">
<img src="images/icon/service/web.png" alt="">
<h2>Web Development</h2>
<p>Web development involves designing, building, and maintaining websites or web applications using coding languages, frameworks, and tools for functionality.</p>
</div>
<div class="service-item">
<img src="images/icon/service/ui.png" alt="">
<h2>UI Design </h2>
<p>UI design focuses on creating visually appealing, user-friendly interfaces that enhance user interaction with digital products through layout, typography, and color.</p>
</div>
<div class="service-item">
<img src="images/icon/service/app.png" alt="">
<h2>App Development</h2>
<p>App development involves designing, coding, and deploying mobile or desktop applications, focusing on functionality, user experience, and platform compatibility.</p>
</div>
</div>
</section>
<footer>
<p class="sub-element">© All Right Reversed Young Obama 2025</p>
</footer>
</body>
</html>