This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (78 loc) · 3.16 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
<!DOCTYPE html>
<html>
<meta lang="en">
<head>
<title>Info Page</title>
<meta charset="utf-8">
<meta name="description" content="This Is Final Project Description">
<!-- css files -->
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<!-- Start Main Header -->
<section class="main-header">
<div class="overlay">
<div class="container">
<div class="left-logo">
<h2>info-page</h2>
</div>
<nav class="right-menu">
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="#content">About Me</a></li>
<li><a href="#Link001">Link</a></li>
</ul>
</nav>
<div class="clearfix"></div>
<div class="content">
<h1>Welcome To Info Pade</h1>
<p>I am Asmaa Almadhoun . I am a student in my last year at the Islamic University of Gaza. I study computer engineering. I have volunteer in the engineering club at the university for two years. Also, I have been a member in IEEE club for a year as I participated IEEExtream competition. I was chosen as the best developer in Lady Hackathon 2016. I like challengings especially to challenge myself and to learn new techniques. I am looking for building my own project. Participating in the academy is a crucial step to achieve my goal. </p>
</div>
</div>
</div>
</section>
<!-- End Main Header -->
<!-- Start Link -->
<section class="Important-Links" id="Link001">
<div class="container">
<div class="title">
<h1>Important Links</h1>
</div>
<div class="all-link">
<div class="link">
<i class="fa fa-github fa-2x"></i>
<a href="https://github.com/Asmaa-ezz" target="_blank">GitHub</a>
</div>
<div class="link">
<img src="images/Codewars.png">
<a href="https://www.codewars.com/users/Asmaa-ezz" target="_blank">Codewars</a>
</div>
<div class="link">
<img src="images/FreeCodeCamp.png">
<a href="https://www.freecodecamp.org/asmaa-ezz" target="_blank">FreeCodeCamp</a>
</div>
<div class="link">
<i class="fa fa-linkedin-square fa-2x"></i>
<a href="https://www.linkedin.com/in/asmaa-al-madhoun-75ab9b10b/" target="_blank">LinkedIn</a>
</div>
</div>
</div>
</section>
<!-- End Link -->
<hr>
<!-- Start Footer -->
<section class="our-footer">
<div class="container">
<h2>info-page</h2>
<ul>
<li><a href="https://www.facebook.com/asmaa.ezzdeen" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/asmaaizz" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/asmaa_ezzdeen/" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
<p>copyright © <a href="#">Asmaa</a> 2018</p>
</div>
</section>
<!-- End Footer -->
</body>
</html>