-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (79 loc) · 3.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ibrahim</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="main.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/styles..css" />
<link rel="icon" href="favicon (1).ico">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Oswald|Sacramento" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="top-cloud">
<h1>I'm Ibrahim Maga</h1>
<p>A Software <span class="span">Dev</span>eloper</p>
<img class="bottom-cloud" src="images/cloud.png" alt="bottom-cloud">
<p class="bxSeattle">
<img class="imgSeattle" src="images/Seattle.jpg" alt="cloug-img">
</p>
</div>
<div class="middle-container">
<div class="profile">
<img class="imgprofile" src="images/profile.jpg" alt="profile">
<h3><u>Hello There.</u></h3>
<h4><strong>I'm a full stack web developer and a DevOps engineer. Feel free to ask any question !!!</strong></h4>
<br><br>
</div>
<hr>
<div class="skills">
<h3><u>My Skills.</u></h3>
<table class="table" alt="table">
<tr>
<th>Programming</th>
<th>DevOps</th>
<th>Web Development</th>
</tr>
<td>
<a href="https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/index"> <img class="icon" src="https://media1.giphy.com/media/ljeZ3ccpaUts4/giphy.gif?cid=3640f6095c60903f72535235676f7fe1" alt="Programing"></a>
</td>
<td>
<a href="https://azure.microsoft.com/en-us/services/devops/?&OCID=AID736750_SEM_fRrYGz1T&MarinID=sfRrYGz1T_318284315416_devops_e_c__54804228180_aud-397602258452:kwd-16269965220_"><img class="icon" src="icons/devops.png" alt="DevOps"></a>
</td>
<td>
<a href="https://www.w3schools.com/whatis/"><img class="icon" src="https://media0.giphy.com/media/26gsmazMzBql3p7O0/giphy.gif?cid=3640f6095c6094a0646a52546b288bc6" alt="web development"></a>
</td>
<tr>
<th>Database</th>
<th>Azure</th>
<th>Android</th>
</tr>
<td>
<a href="https://www.w3schools.com/sql/"><img class="icon" src="icons/database.png" alt="database"></a>
</td>
<td>
<a href="https://docs.microsoft.com/en-us/azure/"> <img class="icon" src="icons/azure-icon.png" alt="Azure"></a>
</td>
<td>
<a href="https://developer.android.com/jetpack"> <img class="icon" src="https://media2.giphy.com/media/l0MYMx2cKAQDfmee4/200.webp?cid=3640f6095c608e9f5547794c6ba6cf02" alt="mobile"></a>
</td>
</table>
<hr>
</div>
</div>
</body>
<footer class="white-section" id="footer">
<h3><u>Get in Touch!</u></h3>
<a href="https://www.facebook.com/ibrahim.maga" ><i class="social-icon fab fa-facebook-square"> </i></a>
<a href="https://twitter.com/imaga75"><i class="social-icon fab fa-twitter-square"></i></a>
<a href="mailto:[email protected]" > <i class="social-icon fas fa-envelope-square"></i></a>
<a href="https://www.linkedin.com/in/ibrahimmaga75/"><i class="social-icon fab fa-linkedin"></i></a>
<a href="https://github.com/Ibrahimmaga?tab=repositories"><i class="social-icon fab fa-github-square"></i></a>
<p>© Copyright 2019 Ibrahim Maga</p>
</footer>
</html>