-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (178 loc) · 10.8 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/fullpage.css" />
<title>Nour Ahmed</title>
</head>
<body class="background">
<header>
<nav id="navbar-example2" class="fixed-top navbar navbar-light bg-dark px-3 justify-content-center justify-content-md-end">
<ul class="nav nav-pills menu">
<li class="nav-item" data-menuanchor="firstPage">
<a class="nav-link text-white nv" href="#About">About</a>
</li>
<li class="nav-item" data-menuanchor="secondPage">
<a class="nav-link text-white nv" href="#Projects">Projects</a>
</li>
<li class="nav-item" data-menuanchor="3rdPage">
<a class="nav-link text-white nv" href="#Contact">Contact</a>
</li>
</ul>
</nav>
</header>
<!-- <div class="op container mx-auto mt-5 w-75 p-3 justify-content-center text-white ">
<div class="inv-skw">
<h1 class="display-4 fst-italic">Nour Ahmed</h1>
<p class="lead fs-6">I am a Professional Electrical Engineer and Font-End Web Developer. I am passionate about programming, smart grid, machine learning, and solving engineering problems.
I have spent 10 years at Doha, Qatar where I have graduated from Qatar University with a Bachelor of Science Degree in Electrical Engineering, and then, I have moved to Italy where I graduated from
Politecnico di Milano with a Master of Science in Electrical Engineering. In addition to that, I have entered the world of Web Development to exploit my passion of coding.
</p>
<hr class="my-4">
<p>
</p>
</div>
</div>
<div class="container mx-auto w-75 p-3" id="Projects" data-bs-spy="scroll" data-bs-target="#navbar-example2" data-bs-offset="0" tabindex="0">
<div class="row text-center">
<div class="col">
Image of Project 1
</div>
<div class="col">
Image of Project 2
</div>
<div class="col">
Image of Project 3
</div>
</div>
<div class="row text-center">
<div class="col">
Image of Project 4
</div>
<div class="col">
Image of Project 5
</div>
<div class="col">
Image of Project 6
</div>
</div>
</div> -->
<div id="fullpage" data-bs-target="#navbar-example2" data-bs-offset="0" tabindex="0">
<div class="section" >
<div class="op container mx-auto mt-5 w-75 p-3 justify-content-center text-white ">
<div class="inv-skw">
<h1 class="display-4 fst-italic">Nour Ahmed</h1>
<p class="lead fs-6">I am a Professional Electrical Engineer and Font-End Web Developer. I am passionate about programming, smart grid, machine learning, and solving engineering problems.
I have spent 10 years at Doha, Qatar where I have graduated from Qatar University with a Bachelor of Science Degree in Electrical Engineering, and then, I have moved to Italy where I graduated from
Politecnico di Milano with a Master of Science in Electrical Engineering. In addition to that, I have entered the world of Web Development to exploit my passion of coding.
</p>
<hr class="my-4">
<p class="fs-6 text-decoration-underline text-white-50">#Javascript #HTML #CSS #Bootstrap #Python #C++/C #SASS #AJAX #jQuery
</p>
</div>
</div>
</div>
<div class="section" >
<div class="container mx-auto w-100-md p-3" >
<div class="row text-center">
<div class="col slide " data-anchor="slide1">
<div class="card mx-auto w-75 p-3 mw-75" style="width: 99%">
<img src="imgs/project1.jpg" class="card-img-top mx-auto w-75 p-3 d-none d-md-block" alt="Project-photo" style="width: 24rem; height: 18rem;">
<div class="card-body">
<h5 class="card-title">WebApp Dashboard</h5>
<p class="card-text">An interactive dashboard for a web application using advanced web techniques including SVG graphics and JavaScript programming.
The project involves creating tables, charts, graphics and other user interface components in a manner that promotes interactivity and usability</p>
<a href="https://na1203132.github.io/TD-Project7/" class="btn btn-primary">View Project</a>
</div>
</div>
</div>
<div class="col slide" data-anchor="slide2">
<div class="card w-75 p-3 mx-auto" style="width: 18rem;">
<img src="imgs/project2.jpg" class="card-img-top mx-auto w-75 p-3 mw-75 d-none d-md-block" alt="Project-photo" style="width: 18rem; height: 18rem;">
<div class="card-body">
<h5 class="card-title">Employee Directory using API</h5>
<p class="card-text">Using JavaScript, an employee directory is created by communicating with a third-party API (Application Programming Interface).</p>
<a href="https://na1203132.github.io/TD-Project8/" class="btn btn-primary">View Project</a>
</div>
</div>
</div>
<div class="col slide" data-anchor="slide3">
<div class="card mx-auto w-75 p-3 mw-75" style="width: 99%">
<img src="imgs/project3.jpg" class="card-img-top mx-auto w-75 p-3 d-none d-md-block" alt="Project-photo" style="width: 24rem; height: 18rem;">
<div class="card-body">
<h5 class="card-title">Game Show App</h5>
<p class="card-text">A browser version of “Wheel of Success” which is a word guessing game.
Using Javascript to come up with a random phrase that players will try to guess by entering different letters into the program.</p>
<a href="https://na1203132.github.io/TD-Project6/" class="btn btn-primary">View Project</a>
</div>
</div>
</div>
</div>
<!-- <div class="row text-center"> -->
<div class="col slide" data-anchor="slide4">
<div class="card mx-auto w-75 p-3 mw-75" style="width: 99%">
<img src="imgs/project4.jpg" class="card-img-top mx-auto w-50 p-3 d-none d-md-block" alt="Project-photo" style="width: 24rem; height: 18rem;">
<div class="card-body">
<h5 class="card-title">An Interactive Photo Gallery</h5>
<p class="card-text">An interactive searchable gallery of photos is created
Using HTML, CSS and the popular programming language JavaScript.</p>
<a href="https://na1203132.github.io/TD-Project5/" class="btn btn-primary">View Project</a>
</div>
</div>
</div>
<div class="col slide" data-anchor="slide5">
<div class="card mx-auto w-75 p-3 mw-75" style="width: 99%">
<img src="imgs/Project5.jpg" class="card-img-top mx-auto w-75 p-3 d-none d-md-block" alt="Project-photo" style="width: 24rem; height: 18rem;">
<div class="card-body">
<h5 class="card-title">Personal Profile Page</h5>
<p class="card-text">Customization of a personal online profile by adding graphics,
customizing text, and improving the look of a web page using Cascading Style Sheets (CSS), the formatting language of the web.</p>
<a href="https://na1203132.github.io/TD-Project1/" class="btn btn-primary">View Project</a>
</div>
</div>
</div>
<div class="col slide" data-anchor="slide6">
<div class="card mx-auto w-75 p-3 mw-75" style="width: 99%">
<img src="imgs/Project6.jpg" class="card-img-top mx-auto w-75 p-3 d-none d-md-block" alt="Project-photo" style="width: 24rem; height: 18rem;">
<div class="card-body">
<h5 class="card-title">An Online Registration Form</h5>
<p class="card-text">A responsive, mobile-first registration form using a variety of HTML form elements.</p>
<a href="https://na1203132.github.io/TD-Project3/" class="btn btn-primary">View Project</a>
</div>
</div>
</div>
<!-- </div> -->
</div>
</div>
<footer class="section w-75 mx-auto">
<hr class="my-4 text-white w-100 mx-auto">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-sm ">
<a href="https://www.linkedin.com/in/nour-ahmed-804610109/" class="social linkedin" target="_blank">LinkedIn</a>
</div>
<div class="col-sm">
<a href="https://github.com/na1203132" class="social github" target="_blank">Github</a>
</div>
<div class="col-sm">
<a href="mailto:[email protected]" class="social mail" style="border-radius: 50%;" target="_blank">Email</a>
</div>
</div>
</div>
<p class="copyright text-center my-5 fs-6 text-white"> Copyright © 2021, Nour Ahmed</p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous"></script>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="js/fullpage.js"></script>
<script src="js/app.js"></script>
</body>
</html>