-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.html
109 lines (89 loc) · 3.4 KB
/
skills.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
<!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">
</head>
<body>
<!-- topcontainer -->
<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 bgrnd">
<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>My Skills</h1>
</div>
<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">
<h2>Skills</h2>
<div class="skillsDiv">
<p class="intro">HTML</p>
<p class="intro">CSS</p>
<p class="intro">Javascript</p>
<p class="intro">Bootstrap</p>
<p class="intro">Sass</p>
<p class="intro">React</p>
<p class="intro">Nodejs</p>
<p class="intro">Mongodb</p>
<p class="intro">JQuery</p>
<p class="intro">PHP</p>
<p class="intro">Wordpress</p>
<p class="intro">Mysql</p>
</div>
</div>
<hr>
<div class="skills">
<h2>Experience</h2>
<p class="intro">Information Technology.</p>
<p class="intro">Industry work (Anlagenbediener).</p>
<p class="intro">Computer Hardware repairing.</p>
<p class="intro">Internship Front End Developer @ endcore gmbH</p>
<div class="skill-row">
<h2>Languages</h2>
<p class="intro">English</p>
<p class="intro">German</p>
<p class="intro">Somalisch</p><br><br>
<h2>Web Development</h2>
<ul>
<li>I build Wordpress Websites.</p>
</li>
<li>Landing Pages</li>
<li>Static and Dynamic Webs</li>
<li>Blogs etc..</li>
</div>
<div class="skill-row">
<h3>Wordpress Projects.</h3>
<p class="intro intro-skills"> <a href="https://cmivlogs.wordpress.com/" target="_blank">DCI Project</a></p>
<p class="intro intro-skills"> <a href="https://somalische.de/" target="_blank">Somalische.de</a></p>
<p class="intro intro-skills"> <a href="https://lillytoy.com/" target="_blank">Lilly Toys</a></p>
<p class="intro intro-skills"> <a href="https://sylsomalishop.com/" target="_blank">Syl somali shop</a></p>
</div>
</div>
<hr>
<!-- 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>