-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (91 loc) · 4.19 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Latifa Mahmoud</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oxygen:300,400,600,700&lang=en" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin:300,400,600,700&lang=en" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<div class="container header">
<div class="row">
<div class="col-lg-6"></div>
<div class="col-lg-2"><a href="#about">About</a></div>
<div class="col-lg-2"><a href="#projects">Portofolio</a></div>
<div class="col-lg-2"><a href="#contact">Contact Me</a></div>
</div>
<div class="row row-margin">
<div class="intro col-xl-12">
<h1>Latifa Mahmoud</h1>
<p>Front-end Web Developer.</p>
</div>
</div>
</div>
<div class="container about" id="about">
<div class="row">
<div class="col-md-2 mine"><img src="Images/mypic.jpg" height="230"></img></div>
<div class="col-md-6">
<div class="fadein"> <h1>About</h1>
<p>I'm a 22 years old Electronics and Communications Engineer based in Alexandria, Egypt.
<br> I specialize in Bio-medical Engineering. <br>I'm also a self-taught Front-end Web Developer.<br>
My hobbies include: Travelling, Reading, Taking long walks, Working Out and Watching documentries.<br></div>
<div class="fadein"><h1>My skills include</h1>
<ul><li> HTML</li>
<li> CSS </li>
<li> Javascript</li>
<li> Responsive Web Design.</li>
<li> SASS</li>
<li> Bootstrap</li>
<li> jQuery</li>
</ul> </p></div>
</div>
</div>
</div>
<div class="container projects">
<div class="row" id="projects"><div class="col-md-12"><h1>My Work</h1></div></div>
<div class="row">
<div class="col-md-6 web fadein">
<div class="times">
<a href="https://github.com/LilyDelRey/Brighton-Times-Website"><img src="Images/brighton.png" width="500"></img></a>
</div>
</div>
<div class="col-md-6 fadein">
<div class="insight">
<a href="https://github.com/LilyDelRey/Insight-personal-blog"><img src="Images/insight.png" width="500"></img></a>
</div>
</div>
<div class="col-md-6 web fadein">
<div class="starnight">
<a href="https://github.com/LilyDelRey/Starnight"><img src="Images/starnight2.png" width="500"></img></a>
</div>
</div>
</div>
</div>
<div class="container footer" id="contact">
<div class="row">
<div class="col-md-12">
<ul class="soc">
<li><a class="soc-facebook" href="https://www.facebook.com/LilyDelRey13"></a></li>
<li><a class="soc-instagram" href="https://www.instagram.com/latifa_mahmoud/"></a></li>
<li><a class="soc-github" href="https://github.com/LilyDelRey"></a></li>
<li><a class="soc-google soc-icon-last" href="mailto:latifa.mahmoud13@gmail.com"></a></li>
</ul></div>
<div class="row">
<div class="col-md-12 copyright">
© Copyright 2017. All Right Reserved.
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="java.js"></script>
</body>
</html>