-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·65 lines (62 loc) · 2.4 KB
/
index.html
File metadata and controls
executable file
·65 lines (62 loc) · 2.4 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>
<head>
<title>Young Obama Website</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section class="header">
<div class="half-width">
<h1>YOUNG OBAMA</h1>
<h4>Superstar Web Developer</h4>
<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-width">
<img src="images/user_avatar.png">
</div>
</section>
<section class="about">
<div class="half-width">
<img src="images/about-avatar.png">
</div>
<div class="half-width">
<h2>About Me</h2>
<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.
<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>
<h2>What I do</h2>
<div class="service">
<div class="service-item">
<img src="images/icon/service/intersection.png">
<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="images/icon/service/ui.png">
<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="images/icon/service/accept.png">
<h2>App 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 class="footer">
<p>All right reserved Young Obama @ 2020</p>
</footer>
</body>
</html>