-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
253 lines (247 loc) · 8.23 KB
/
index.html
File metadata and controls
253 lines (247 loc) · 8.23 KB
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML-CSS | PROJECT</title>
<link rel="stylesheet" href="css/master.css" />
<!--Font Awesome Icons-->
<script
src="https://kit.fontawesome.com/a33c6cecc3.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- Start Header -->
<header>
<div class="container">
<div class="logo">
<a href="#">
<img src="images/logo.png" alt="logo" />
</a>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#works">Works</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- End Header -->
<!-- Start Landing -->
<section class="landing">
<div class="container">
<div class="left">
<div class="motivation">
<h1>Hey, I'm a <span>Front-End</span> developer and designer.</h1>
<p>
Hi, I'm Mohammed From Gaza-Palestine, I am very happy that I got
the opportunity to enroll in this great training and a'm excited
to join the Code Academy team. Thank you very much for your
efforts with us to be the best.
</p>
</div>
<div class="my-links">
<div class="info">
<h3>Important Links:</h3>
<ul>
<li title="freeCodeCamp">
<a
href="https://www.freecodecamp.org/Msallout"
target="_blank"
>
<i class="fa-brands fa-free-code-camp fa-2x"></i>
</a>
</li>
<li title="Codewars">
<a
href="https://www.codewars.com/users/MohammedSallout"
target="_blank"
>
<img src="images/codewars.svg" alt="codewars" width="30" />
</a>
</li>
<li title="Github">
<a href="https://github.com/MohammedSallout" target="_blank">
<i class="fa-brands fa-github fa-2x"></i>
</a>
</li>
</ul>
</div>
<a href="files/MyCv.pdf">Download My CV.</a>
</div>
</div>
<div class="right">
<img src="images/landing.png" alt="landing" />
</div>
</div>
</section>
<!-- End Landing -->
<!-- Start Skills -->
<section class="skills" id="skills">
<div class="container">
<div class="main-heading">
<span>My Skills</span>
<h2>My Expertise</h2>
</div>
<div class="skills-content">
<div class="box">
<div class="head">
<i class="fa-solid fa-file-code one"></i>
<h3>HTML</h3>
</div>
<p class="text">
<span>HyperText Markup Language</span> (HTML) is the standard
markup language used for creating web pages. With HTML you can
create your own Website.
</p>
</div>
<div class="box">
<div class="head">
<i class="fa-solid fa-pen-ruler three"></i>
<h3>CSS & Responsive Design</h3>
</div>
<p class="text">
<span>Casecading Style Sheets</span> (CSS) is the language used
for presenting the document you create with HTML.
<span>Responsive Design:</span> We use different gadgets like
computers, phones, and tablets to look at web pages.
</p>
</div>
<div class="box">
<div class="head">
<i class="fa-brands fa-js two"></i>
<h3>JavaScript</h3>
</div>
<p class="text">
<span>JavaScript</span> is Another important tool for a front end
developer. JavaScript is the world's most popular programming
language.
</p>
</div>
<div class="box">
<div class="head">
<i class="fa-solid fa-terminal four"></i>
<h3>Version Control / Git & Github</h3>
</div>
<p class="text">
<span>Version control</span> is the process of tracking and
controlling changes to your source code so that you don’t have to
start from the beginning if anything goes wrong.
</p>
</div>
</div>
</div>
</section>
<!-- End Skills -->
<!-- Start Works -->
<section class="works" id="works">
<div class="container">
<div class="main-heading">
<span>Portfolio</span>
<h2>All Creative Works</h2>
</div>
<div class="works-content">
<h2>JavaScript Projects:</h2>
<div class="projects">
<div class="box">
<h3>Name Tags Generator</h3>
<div>
<a
href="https://github.com/MohammedSallout/JS-PROJECT"
target="_blank"
>
<img src="images/project-1.png" alt="project" />
</a>
</div>
</div>
<div class="box">
<h3>Todo List App</h3>
<div>
<a
href="https://github.com/MohammedSallout/Todo-App-Project"
target="_blank"
>
<img src="images/project-2.png" alt="project" />
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Works -->
<!-- Start About -->
<section class="about" id="about">
<div class="container">
<div class="main-heading">
<span>Nice To Meet You.</span>
<h2>Hey, I'm Mohammed, Web Developer and Designer</h2>
</div>
<div class="about-content">
<p>
Hi, my name is Mohammed and I am a Web Developer specializing in
front end development. Experienced with all stages of the
development cycle for dynamic web sites. Well-versed in numerous
programming languages including HTML5, CSS3, Java Script, Git-GitHub
Workflow and Strong background in project management and work in
team.
</p>
<p>
I am pleased to deal with you, and in return you will receive
high-quality services with the smallest details
</p>
<div class="block">
<img src="images/mohammed.png" alt="mohammed" />
<div class="text">
<h4>Mohammed Sallout</h4>
<span>Web Developer and Designer</span>
</div>
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Start Contact -->
<section class="contact" id="contact">
<div class="container">
<div class="main-heading">
<span>Contact Me</span>
<h2>Has a Question? Lets Talk!</h2>
</div>
<div class="contact-content">
<div class="main">
<i class="fa-solid fa-envelope"></i>
<a href="mailto:msalloutmsallout294@gmail.com"
>msallout294@gmail.com</a
>
</div>
<div class="bottom">
<img src="images/logo.png" alt="logo" />
<ul class="list">
<li><a href="#about">About</a></li>
<li><a href="#works">Works</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Contact -->
<!-- Start Footer -->
<footer>
<div class="container">
© 2022 All Rights Reserved. Made By
<a href="https://github.com/MohammedSallout" target="_blank"
>Mohammed Sallout</a
>
</div>
</footer>
<!-- End Footer -->
</body>
</html>