-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (97 loc) · 3.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Abdilkani Eidle's Portofolio for DCI Web Dev Final Project">
<title>Portofolio Website</title>
<link rel="stylesheet" href="styles/styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<link rel="icon" href="favicon.ico">
<script src="https://unpkg.com/ionicons@5.1.2/dist/ionicons.js"></script>
</head>
<body>
<!-- top container -->
<div class="top-container">
<img class="header-img" src="https://catalin.red/dist/uploads/2011/12/css3-header-wrapper.png" width="100%"
height="80px" alt="blue white bg">
<nav>
<a href="index.html">Home</a>
<a href="skills.html">Skills</a>
<a href="about.html">About</a>
<a href="contact.html">Contacts</a>
<a href="projects.html">Projects</a>
</nav>
<div class="title-text">
<h1>I'm Abdilkani a Web <strong> Developer.</strong> </h1>
</div>
<img src="" alt="">
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<!-- middle container -->
<div class="middle-container">
<div class="profile">
<img src="images/Passbild.jpg" alt="Abdilkani Passbild">
<h2>Hello All 😊</h2>
<p class="intro">I am Web Developer, I ❤️ coffee and coding.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<h3>Web Development</h3>
<ul>
<li> Wordpress Websites.</p>
</li><br>
<li>Landing Pages</li><br>
<li>Static and Dynamic Webs</li><br>
<li>Web Design</li><br>
<li>SEO</li><br>
<li>Blogs etc..</li><br>
</ul>
</div>
<div class="skill-row">
<h3>Technologies I use</h3>
<span><strong>Front End</strong></span><br>
<ul>
<li>HTML</li><br>
<li>CSS</li><br>
<li>JAVASCRIPT</li><br>
<li>PHP</li><br>
<li>BOOTSTRAP 5</li><br>
<li>REACT</li><br>
<li>MATERIAL UI</li><br>
</ul>
<span>
<strong>Back End</strong>
</span><br>
<ul>
<li>NODE JS</li><br>
<li>MONGO DB</li><br>
<li>MYSQL</li><br>
<li>EXPRESS</li><br>
</ul>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I am available to work as a Front-End Web Developer.</h3>
<p class="contact-message">35578 Wetzlar</p>
<p class="contact-message">Tel:+491771665824</p>
<a class="btn" href="mailto:caabieidle@gmail.com">CONTACT ME</a>
</div>
</div>
<!-- Bottom container -->
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/abdilkani-muse-eidle-2312771b4/"
target="_blank">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/" target="_blank">Twitter</a>
<a class="footer-link" href="https://github.com/cmi112">GitHub</a>
<a class="footer-link" href="" target="_blank">Website</a>
<p class="copyright">©
<script>document.write(new Date().getFullYear())</script> Abdilkani Eidle
</p>
</div>
</body>
</html>