-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (72 loc) · 3.26 KB
/
Copy pathindex.html
File metadata and controls
83 lines (72 loc) · 3.26 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<title>williammitiku.com</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<!----hero Section start---->
<div class="hero">
<nav>
<h2 class="logo">WIlliam Porto<span>folio</span></h2>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Me</a></li>
<li><a href="https://www.linkedin.com/in/william-mitiku-3058ab144/">Contact Me</a></li>
</ul>
<div class="social">
<a href="https://www.facebook.com/william.mitiku.58/"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com/william94/"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/william-mitiku-3058ab144/"><i class="fab fa-linkedin"></i></a>
</div>
</nav>
<div class="content">
<h4>Hello, my name is</h4>
<h1>William <span>Mitiku</span></h1>
<h3>I'am a Front and Back End Developer</h3>
</div>
</div>
<!----About section start---->
<section class="about">
<div class="main">
<img src="img/william2.jpg">
<div class="about-text">
<h2>About Me</h2>
<h5>Developer <span>& Designer</span></h5>
<p>I am a front-end web developer. I can provide clean code and pixel perfect design. I also make the website more & more interactive with web animations.I can provide clean code and pixel perfect design. I also make the website more & more interactive with web animations.A responsive design makes your website accessible to all users, regardless of their device.</p>
<button type="button">Let's Talk</button>
</div>
</div>
</section>
<section class="about2">
<div class="main2">
<div class="about-text2">
<h2>About Me</h2>
<h5>Back End <span>& Developer</span></h5>
<p>
I can also work as a back end developer like Building and maintaining web applications, Assessing the efficiency and speed of current applications, Writing high-quality code, Troubleshooting and debugging., Keeping on top of new technologies.
</p>
<button type="button">Let's Talk</button>
</div>
<img src="img/william.jpg">
</div>
</section>
<!-----service section start----------->
<!------Contact Me------>
<div class="contact-me">
<p>Let Me Get You A Beautiful Website.</p>
<a class="button-two" href="https://www.linkedin.com/in/william-mitiku-3058ab144/">Hire Me</a>
<br>
<p>WIlliam Mitiku</p>
<div class="social">
<a href="https://www.facebook.com/william.mitiku.58/"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com/william94/"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/william-mitiku-3058ab144/"><i class="fab fa-linkedin"></i></a>
</div>
2022
</div>
</body>
</html>