-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (185 loc) · 6.09 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
<!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" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Crete Round" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" />
<title>Maher Portfolio</title>
</head>
<body>
<div class="pop-wrapper"></div>
<div class="header_app">
<header class="top_header">
<nav>
<div class="logo"><a href="#">Maher Ramadan</a></div>
<div class="hum_menu">
<a class="toggle"><img src="./assets/images/Union.png" alt="Humburger icon" /></a>
<ul class="menu">
<li>
<a href=""><img src="./assets/images/desktop_ver/Icon.png" alt="close icon" /></a>
</li>
<li class="menu_item"><a href="#portfolio">Portfolio</a></li>
<li class="menu_item"><a href="#works">Works</a></li>
<li class="menu_item"><a href="#about">About</a></li>
<li class="menu_item"><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
</header>
<section id="portfolio" class="headline">
<div class="info">
<h1>Hey There.<br />I'm Maher</h1>
<h2>I'm a Software Developer</h2>
<p>
I can help you build a product , feature or website Look through
some of my work and experience! If you like what you see and have a
project you need coded, don't hesitate to contact me.
</p>
</div>
<div class="icons">
<ul>
<li>
<a href=""><img src="./assets/images/github.png" alt="Github icon" /></a>
</li>
<li>
<a href=""><img src="./assets/images/Group.png" alt="Group icon" /></a>
</li>
<li>
<a href=""><img src="./assets/images/peace.png" alt="Angel list icon" /></a>
</li>
<li>
<a href=""><img src="./assets/images/twitter.png" alt="Twitter icon" /></a>
</li>
<li>
<a href=""><img src="./assets/images/M.png" alt="Medium icon" /></a>
</li>
</ul>
</div>
</section>
</div>
<section id="works" class="works">
<h2 class="heading"><span>My Recent Works</span></h2>
<hr class="hr-line" />
<div class="project_cards">
</div>
</section>
<div class="pop-up">
</div>
<section id="about" class="about_me">
<div class="about">
<h2>About me</h2>
<p>
Hello I'm a software developer! I can help you build a product ,
feature or website Look through some of my work and experience! If you
like what you see and have a project you need coded, don't hesitate to
contact me.
</p>
<button>Get My Resume</button>
</div>
<hr />
<ul class="skills">
<li class="skill" style="list-style-image: url(./assets/images/diamond.png)">
<h3>Languages</h3>
<ul class="skill-list">
<li>
<h4>JavaScript</h4>
</li>
<li>
<h4>Ruby</h4>
</li>
<li>
<h4>Html</h4>
</li>
<li>
<h4>Css</h4>
</li>
<li>
<h4>Python</h4>
</li>
</ul>
</li>
<li class="skill" style="list-style-image: url(./assets/images/rect.png)">
<h3>Frameworks</h3>
<ul class="skill-list">
<li>
<h4>Bootstrap</h4>
</li>
<li>
<h4>Ruby on Rails</h4>
</li>
<li>
<h4>RSPec</h4>
</li>
<li>
<h4>CapyBara</h4>
</li>
<li>
<h4>Selenium</h4>
</li>
</ul>
</li>
<li class="skill" style="list-style-image: url(./assets/images/circld.png)">
<h3>Skills</h3>
<ul class="skill-list">
<li>
<h4>Codekit</h4>
</li>
<li>
<h4>Github</h4>
</li>
<li>
<h4>Codepen</h4>
</li>
<li>
<h4>Gitlab</h4>
</li>
<li>
<h4>Terminal</h4>
</li>
</ul>
</li>
</ul>
</section>
<footer id="contact" class="contact">
<p>
I'm always interested in hearing about new projects, so if you'd like to
chat please get in touch.
</p>
<form action="https://formspree.io/f/xlevolbp" method="post" class="contact-form">
<input maxlength="30" name="user_name" type="text" placeholder="Full name" class="inputField" required />
<input id="email" type="email" name="user_email" placeholder="Email address" class="inputField" required />
<span class="error"></span>
<textarea maxlength="500" name="user_message" id="" cols="30" rows="5" placeholder="Enter text here"
class="textareaField" required></textarea>
<button type="submit" class="contact-button">Get in touch</button>
</form>
</footer>
<hr />
<div class="footer-icons">
<ul>
<li>
<a href=""><img src="./assets/images/desktop_ver/Icon -GitHub.png" alt="github icon" /></a>
</li>
<li>
<a href=""><img src="./assets/images/desktop_ver/Icon - Linkedin.png" alt="linkedin icon" /></a>
</li>
<li>
<a href=""><img src="./assets/images/desktop_ver/Icon - Angelist.png" alt="anglist icon" /></a>
</li>
<li>
<a href=""><img src="./assets/images/desktop_ver/Icon - Twitter.png" alt="twitter icon" /></a>
</li>
<li>
<a href=""><img src="./assets/images/desktop_ver/Icon - Medium.png" alt="medium icon" /></a>
</li>
</ul>
</div>
<script src="./assets/js/script.js"></script>
</body>
</html>