-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (59 loc) · 2.67 KB
/
index.html
File metadata and controls
65 lines (59 loc) · 2.67 KB
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
<!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>Young Obama Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="container">
<div class="half">
<h1>YOUNG OBAMA</h1>
<h4>Superstar Web Developer</h2>
<ul>
<li>young.obama@gmail.com</li>
<li>+1 989 111 8989</li>
<li>White House, Washington DC, United State</li>
</ul>
</div>
<div class="half ">
<img src="user_avatar.png" alt="" srcset="">
</div>
<section class="mid">
<div class="half ">
<img src="about-avatar.png" alt="" srcset="">
</div>
<div class="half">
<h4>YOUNG OBAMA</h4>
<p>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.
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>
<section class="container">
<div>
<h2>What I do</h2>
</div>
<div class="service">
<div class="service-item">
<img src="intersection.png" alt="" srcset="">
<h2>Web Development</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.</p>
</div>
<div class="service-item">
<img src="ui.png" alt="" srcset="">
<h2>UI Design</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.</p>
</div>
<div class="service-item">
<img src="accept.png" alt="" srcset="">
<h2>Web Development</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.</p>
</div>
</div>
</section>
<footer>All right reserved Young Obama @ 2020</footer>
</body>
</html>