-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (203 loc) · 11.8 KB
/
index.html
File metadata and controls
214 lines (203 loc) · 11.8 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
<!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" />
<meta property="og:title" content="Ismail Courr - Front-end Developer" />
<meta property="og:type" content="website" />
<meta property="og:image" content="./web-preview.png" />
<meta property="og:description" content="I’m a software developer. I love to build things that live on the internet, from websites to web apps. I specialize in building exceptional digital experiences, products, and services. I'm quietly confident, naturally curious, and perpetually working on improving my skills one at a time." />
<meta property="og:url" content="https://ismailcourr.ml" />
<meta name="author" content="Ismail courr" />
<meta name="description" content="I’m a software developer. I love to build things that live on the internet, from websites to web apps. I specialize in building exceptional digital experiences, products, and services. I'm quietly confident, naturally curious, and perpetually working on improving my skills one at a time." />
<meta name="keywords" content="ismail, courr, portfolio, web developer, front end, back end, full stack, developer, html, css, JavaScript, React, Redux, Tailwind css, Node js, Express js, MongoDB, Mongoose, Git, Github, Heroku, Netlify, Vercel, Firebase, Figma, jr front end developer, senior front end developer, front end developer intern, remote junior front end developer, react front end developer, front end developer resume, front end developer internship, front end developer portfolio, SEO, CEO, Fonder, CodeX Computing" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ismailco" />
<meta name="twitter:creator" content="@ismailco" />
<meta name="twitter:title" content="Ismail Courr - Front-end Developer" />
<meta name="twitter:description" content="I’m a software developer. I love to build things that live on the internet, from websites to web apps. I specialize in building exceptional digital experiences, products, and services. I'm quietly confident, naturally curious, and perpetually working on improving my skills one at a time." />
<meta name="twitter:image" content="./web-preview.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7NN3GL3JP3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-7NN3GL3JP3');
</script>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="img/Icons/fav.png" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
<!-- import activity widget from coderrank -->
<script src="https://unpkg.com/@codersrank/activity@x.x.x/codersrank-activity.min.js" defer></script>
<!-- import experience widget from coderrank -->
<script src="https://unpkg.com/@codersrank/work-experience@x.x.x/codersrank-work-experience.min.js"></script>
<!-- import education widget from coderrank -->
<script src="https://unpkg.com/@codersrank/education@x.x.x/codersrank-education.min.js"></script>
<script src="index.js" defer></script>
<title>Ismail Courr - Front-end Developer</title>
</head>
<body>
<header class="header">
<img class="mobile_menu_btn" src="img/mobile_menu.svg" alt="mobile menu" />
<div class="mobile_menu">
<i class="fas fa-times menu_close"></i>
<ul class="mobile_menu_items">
<li class="menu_item">
<a href="#headline_section" class="menu_link">Hello</a>
</li>
<li class="menu_item">
<a href="#projects_section" class="menu_link">Projects</a>
</li>
<li class="menu_item">
<a href="#about_section" class="menu_link">About</a>
</li>
<li class="menu_item">
<a href="#contact_section" class="menu_link">Contact</a>
</li>
</ul>
</div>
<nav class="nav_menu">
<ul class="nav_items">
<li class="nav_item">
<a href="#headline_section" class="nav_link">Hello</a>
</li>
<li class="nav_item">
<a href="#projects_section" class="nav_link">Projects</a>
</li>
<li class="nav_item">
<a href="#about_section" class="nav_link">About</a>
</li>
<li class="nav_item">
<a href="#contact_section" class="nav_link">Contact</a>
</li>
</ul>
</nav>
</header>
<!-- Headline section -->
<section id="headline_section" class="headline_section">
<div class="header_content">
<h1 class="headline">Ismail<br />Courr</h1>
<p class="headline_description">
Hello, I’m a software developer.<br />
I design and code beautifully simple things and that's what I love to do. I'm quietly confident, naturally curious, and perpetually working on improving my skills one at a time. <br />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 coding, don’t hesitate to contact me.
</p>
<button class="headline_btn" type="button" onclick="window.location='mailto:ismailcourr@gmail.com';"><i class="fa fa-envelope"></i> Email me</button>
<ul class="social-links">
<li class="social-icon">
<a href="https://twitter.com/ismailcourr" rel="noopener" target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li class="social-icon">
<a href="https://www.linkedin.com/in/ismailcourr/" rel="noopener" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</li>
<li class="social-icon">
<a href="https://medium.com/@ismailcourr" rel="noopener" target="_blank"><i class="fab fa-medium-m"></i></a>
</li>
<li class="social-icon">
<a href="https://github.com/Ismailco" rel="noopener" target="_blank"><i class="fab fa-github-alt"></i></a>
</li>
<li class="social-icon">
<a href="https://angel.co/u/ismail-courr" rel="noopener" target="_blank"><i class="fab fa-angellist"></i></a>
</li>
</ul>
<img src="img/image_geometry_2.svg" alt="seperator" />
</div>
<div class="background_img"></div>
</section>
<!-- Projects section -->
<section id="projects_section">
<div class="project_headline_img">
<h2 class="projects_headline">Projects</h2>
</div>
<div class="projects_container"></div>
</section>
<!-- About section -->
<section id="about_section">
<article class="about_section">
<div class="about_main">
<h2 class="about_headline">
About <br />
Myself
</h2>
<p class="about_text">
👋 Hello, I’m Ismail Courr. <br />
I’m a web developer living in Morocco. I am a fan of technology, music, art, and movies.
<br />
I’m also a detail-oriented professional with excellent communication, interpersonal, and creative thinking skills.
<br />
My goal is to always build products that provide pixel-perfect, performant experiences, and are a delight to use. Always looking for opportunities to improve my skills and learn new things in the process. I am a fast learner and always open to new challenges. <br />
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, feel free to contact me.
</p>
<a class="about_btn" rel="noopener" href="./Resume.pdf" download="Resume.pdf"> Get my CV <i class="fa fa-download"></i></a>
</div>
<ul class="tech">
<li class="my_languages">
<span>Languages</span>
<ul class="tech_box">
<li class="box_item"><span>JavaScript(ES5/ES6)</span></li>
<li class="box_item"><span>TypeScript</span></li>
<li class="box_item"><span>Ruby</span></li>
<li class="box_item"><span>HTML</span></li>
<li class="box_item"><span>CSS</span></li>
</ul>
</li>
<li class="my_frameworks">
<span>Frameworks</span>
<ul class="tech_box">
<li class="box_item"><span>React</span></li>
<li class="box_item"><span>Bootstrap</span></li>
<li class="box_item"><span>Ruby on rails</span></li>
<li class="box_item"><span>Jest</span></li>
</ul>
</li>
<li class="my_skills">
<span>Skills</span>
<ul class="tech_box">
<li class="box_item"><span>GitHub</span></li>
<li class="box_item"><span>Terminal</span></li>
<li class="box_item"><span>Bash/Shell</span></li>
<li class="box_item"><span>SASS</span></li>
<li class="box_item"><span>REDUX</span></li>
</ul>
</li>
<li class="desktop_about_img"></li>
</ul>
</article>
<codersrank-activity class="codersrank-activity" username="ismailco" svg-width="700" branding="false" step="4" labels="true" weeks="52" tooltip="true"></codersrank-activity>
<!-- <h3 class="widget-headline">Education</h3>
<codersrank-education username="ismailco" svg-width="700" branding="false" certificates="false"></codersrank-education>
<h3 class="widget-headline">Experiance</h3>
<codersrank-work-experience username="ismailco" svg-width="700" branding="false"></codersrank-work-experience> -->
</section>
<!-- Contact section -->
<section id="contact_section">
<h2 class="contact_title">Get started</h2>
<p class="contact_text">If you have an application you are interested in developing, a feature that you need built or a project that needs coding. I’d love to help with it.</p>
<form class="form" action="https://formspree.io/f/mzboznlq" method="POST">
<div class="inputs">
<input class="input1" type="text" name="name" maxlength="30" placeholder="Name" required />
<input class="input2" type="email" name="email" placeholder="exemple@mail.com" required />
</div>
<textarea class="input3" name="message" id="message" cols="30" rows="10" maxlength="500" placeholder="Enter you message here ..." required></textarea>
<button class="contact_btn" type="submit">Start collaboration</button>
</form>
</section>
<footer class="contact_footer">
<div class="resume">
<a class="footer_link" href="./Resume.pdf" rel="noopener" target="_blank">Get my Resume</a>
<img src="img/Union.png" alt="get my resume" />
</div>
<div class="footer_icons">
<a class="footer_icon" href="" rel="noopener" target="_blank"><i class="fab fa-stack-overflow"></i></a>
<a class="footer_icon" href="https://github.com/Ismailco" rel="noopener" target="_blank"><i class="fab fa-github"></i></a>
<a class="footer_icon" href="https://twitter.com/ismailcourr" rel="noopener" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="footer_icon" href="https://www.linkedin.com/in/ismailcourr/" rel="noopener" target="_blank"><i class="fab fa-linkedin"></i></a>
<a class="footer_icon" href="https://medium.com/@ismailcourr" rel="noopener" target="_blank"><i class="fab fa-medium-m"></i></a>
<a class="footer_icon" href="https://angel.co/u/ismail-courr" rel="noopener" target="_blank"><i class="fab fa-angellist"></i></a>
</div>
</footer>
</body>
</html>