-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
242 lines (237 loc) · 11.7 KB
/
index.html
File metadata and controls
242 lines (237 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Efraim Portfolio</title>
<link rel = "stylesheet"
href = "https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel = "stylesheet"
href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha256-0sQcVzLJwF+qZGfRkL6gVcXZKXtGm6u1J8rNqiqfFA4=" crossorigin="anonymous">
<link rel = "stylesheet" href="style.css">
<link rel = "shortcut icon" href = "images/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="description" content="Efraim Nabil Portfolio">
<meta name="keywords" content="Efraim Nabil, Efraim, Nabil, Efraim Nabil Portfolio, Efraim Portfolio">
<meta name="author" content="Efraim Nabil">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- header -->
<header>
<div class="logo">
<img src="images/logo.png" alt="Logo">
</div>
<button class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#services" class="nav__link">What I Do</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About me</a></li>
<li class="nav__item"><a href="#work" class="nav__link">My Work</a></li>
<li class="nav__item"><a href="#competitive-programming" class="nav__link">CP profiles</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li>
<li class="nav__item"><a href="#footer" class="nav__link">Contact</a></li>
</ul>
</nav>
</header>
<!-- Inrto -->
<section class = "intro" id = "home">
<h1 class = "section__title section__title--intro">
Hi, I am <strong>Efraim Nabil</strong>
</h1>
<p class = "section__subtitle section__subtitle--intro">Software Engineer</p>
<img src = "images/Efraim.jpeg" alt = "Efraim"class="intro__img">
</section>
<!-- what i do -->
<section class = "my-services" id = "services">
<h2 class = "section__title section__title--services">What I do</h2>
<div class = "services">
<div class = "service">
<div class = icon>
<i class = "fa fa-code" aria-hidden = "true"></i>
</div>
<h3>Web Design & Development</h3>
<p>Designing and developing websites using HTML, CSS and JavaScript.</p>
</div>
<div class = "service">
<div class = icon>
<i class = "fa fa-laptop" aria-hidden = "true"></i>
</div>
<h3>Commpetitive Programming</h3>
<p>Competing in programming competitions using C++</p>
</div>
<div class = "service">
<div class = icon>
<i class = "fa fa-github-square" aria-hidden = "true"></i>
</div>
<h3>Software Development</h3>
<p>Designing and developing software using C++, Java and Python.</p>
</div>
</div>
</section>
<!-- About me -->
<section class = "about-me" id = "about">
<h2 class = "section__title section__title--about">Who I am</h2>
<p class = "section__subtitle section__subtitle--about">Software Engineer</p>
<div class = "about-me__body">
<p>My name is Efraim Nabil and I'm Egyptian. I'm currently a Final year student at Suez Canal university studying Computer Science. I have a passion for software development and I'm always looking for new opportunities to learn and grow.</p>
<p>I'm a hard working and dedicated individual who is always looking to improve my skills and learn new things. I'm an enthusiastic Competitive programming learner and believe in working hard and enjoying life as well. More about me in <button class = "btn-linkedin"><a href="https://www.linkedin.com/in/efraimnabil/">linkedin</a></button></p>
</div>
<img src = "images/Efraim2.jpeg" alt = "Efraim" class = "about-me__img">
</section>
<!-- My work -- Projects from github -->
<section class = "my-work" id = "work">
<h2 class = "section__title section__title--work">My Projects</h2>
<div class = "portfolio">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>
ICPC SCU
</h3>
</div>
<div class="flip-card-back">
<p>ICPC SCU is a website that contains all the information about the ICPC community in Suez Canal University. You can find all the News, contests, training and events that are held by the community.</p>
<button class = "source-btn">
<a href = "https://icpc-scu-official-website.netlify.app/" target = "_blank">Website</a>
</button>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>
PS-Training
</h3>
</div>
<div class="flip-card-back">
<p>PS Training is an interactive platform that allows users to enhance their problem-solving abilities by solving challenging problems sourced from Codeforces.</p>
<div class = "btns">
<button class = "source-btn">
<a href = "https://efraimnabil.github.io/PS-Training/" target = "_blank">Website</a>
</button>
<button class = "source-btn">
<a href = "https://github.com/efraimnabil/PS-Training" target = "_blank">Source Code</a>
</button>
</div>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>
Your-Links-extension
</h3>
</div>
<div class="flip-card-back">
<p>Your-Links is a Chrome extension that allows you to save your links and taps. You can save link, save tabs, edit them and delete them and sort them by drag and drop.</p>
<button class = "source-btn">
<a href = "https://github.com/efraimnabil/Your-Links-extension" target = "_blank">Source Code</a>
</button>
</div>
</div>
</div>
</div>
<button class = "btn-more">
<a href="https://github.com/efraimnabil" target="_blank">More</a>
</button>
</section>
<!-- Competitive Programming profile -->
<section class = "my-competitive-programming" id = "competitive-programming">
<h2 class = "section__title section__title--competitive-programming">Competitive Programming Profiles</h2>
<div class = "competitive-programming">
<a href = "https://codeforces.com/profile/Efraim_Nabil" target="_blank" class = "competitive-programming__item">
<img src = "images/codeforces.png" alt = "Codeforces">
</a>
<a target = "_blank" href = "https://leetcode.com/Efraim_Nabil/" target="_blank" class = "competitive-programming__item">
<img src = "images/leetcode.png" alt = "Leetcode">
</a>
<a target = "_blank" href = "https://www.codingame.com/profile/ef2c86c37d1680b24973dc2e9dbe8b8f3559764" target="_blank" class = "competitive-programming__ite">
<img src = "images/codingame.png" alt = "codingame">
</a>
<a target = "_blank" href = "https://www.codechef.com/users/efraim_nabil" target="_blank" class = "competitive-programming__item">
<img src = "images/codechef.png" alt = "Codechef">
</a>
<a target = "_blank" href="https://atcoder.jp/users/Efraim_Nabil" target="_blank" class = "competitive-programming__item">
<img src = "images/avatar.png" alt = "Atcoder">
</a>
</div>
</section>
<!-- Skills and techonlogis -->
<section class = "my-skills" id = "skills">
<h2 class = "section__title section__title--skills">Skills & Technologies</h2>
<div class = "skills">
<div class = "skill">
<div class = "skill__img">
<img src = "images/html.png" alt = "HTML">
</div>
</div>
<div class = "skill">
<div class = "skill__img">
<img src = "images/css.png" alt = "CSS">
</div>
</div>
<div class = "skill">
<div class = "skill__img">
<img src = "images/js.png" alt = "JavaScript">
</div>
</div>
<div class = "skill">
<div class = "skill__img">
<img src = "images/java.png" alt = "Java">
</div>
</div>
<div class = "skill">
<div class = "skill__img">
<img src = "images/c++.png" alt = "C++">
</div>
</div>
<div class = "skill">
<div class = "skill__img">
<img src = "images/python.png" alt = "Python">
</div>
</div>
<div class = "skill">
<div class = "skill__img">
<img src = "images/git.png" alt = "Git">
</div>
</div>
<div class = "skill">
<div class = "skill__img">
<img src = "images/github.png" alt = "GitHub">
</div>
</div>
</div>
</section>
<div class="footer" id="footer">
<!-- replace with your own email address -->
<a href="mailto:efraimefefraim@gmail.com" class="footer__link">efraimefefraim@gmail.com</a>
<ul class="social-list">
<li class="social-list__item">
<a class="social-list__link" href="https://www.linkedin.com/in/efraimnabil/">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://twitter.com">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://github.com/efraimnabil">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
<!-- Script -->
<script src="index.js"></script>
</body>
</html>