-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (62 loc) · 2.62 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Desgin Mockup Porfolio">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>My Porfolio</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style2.css">
<!--
html5shiv known html5 tages on internet explorer
respon know bootstrap on internet explorer
-->
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<header class="row">
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12"> <img src="images/logo.jpg" alt="logo_image" class=" logoimage"> </div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<h1 class="h1header">ABO BAKR FRAG MOHAMED </h1>
<h5 class="h5header">Full Stack Developer</h5> </div>
</header>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 ">
<hr> </div>
</div>
<section class="row">
<div class="col-md-12 col-sm-12 col-xs-12"><img class=" mainimage" src="images/cover.jpg" alt="main image"> </div>
</section>
<div class="row">
<h1 class="col-md-12 col-sm-12 col-xm-12">
Featured Work
</h1> </div>
<footer class="mainfooter">
<section class="row">
<figure class=" col-lg-4 col-md-12 col-sm-12 col-xs-12"> <img src="images/project1.jpg" alt="project_1 image" class="footerimage">
<figcaption>
<h2>APPIFY</h2>
<p>https://githup.com/udacity/Appify/</p>
</figcaption>
</figure>
<figure class=" col-lg-4 col-md-12 col-sm-12 col-xs-12"> <img src="images/project2.jpg" alt="project_2 image" class="footerimage">
<figcaption>
<h2>SUNFLOWER</h2>
<p>https://githup.com/udacity/Sunflower/</p>
</figcaption>
</figure>
<figure class="col-lg-4 col-md-12 col-sm-12 col-xs-12"> <img src="images/project3.jpg" alt="project_3 image" class="footerimage">
<figcaption>
<h2>BOKEH</h2>
<p>https://githup.com/udacity/Bokeh/</p>
</figcaption>
</figure>
</section>
</footer>
</div>
</body>
</html>