-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (186 loc) · 10.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Open+Sans:wght@400;700;800&display=swap" rel="stylesheet">
<title>Web Developer Portfolio</title>
<link rel="stylesheet" href="styles/portfolio.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<script src="https://kit.fontawesome.com/e7e20f097b.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="header">
<nav>
<h3 class="nav-title">SEL<span class="text-primary">I</span>M</h3>
<ul>
<li><a href="">Portfolio</a></li>
<li><a href="">Blog</a></li>
<li><button class="btn-primary">Hire Me</button></li>
</ul>
</nav>
<div class="banner">
<div class="banner-content">
<h3 class="banner-greeting">Hi, I am</h3>
<h1 class="banner-title">EM Selim Ahmed</h1>
<p>I am a passionate web developer with expertise in front-end and back-end technologies. With a keen
eye for design and a focus on user experience, I can create dynamic and interactive websites that
leave a lasting impression.</p>
<button class="btn-primary"> <i class="fa-solid fa-download"></i> Download CV</button>
<button class="btn-primary"> <i class="fa-solid fa-phone"></i> Contact</button>
</div>
<img class="profile-pic" src="images/em-removebg.png" alt="Selim">
</div>
</header>
<main>
<section class="about">
<h2 class="section-title">About Me</h2>
<p class="section-description">I am a passionate web developer with expertise in front-end and back-end
technologies. With a keen eye for design and a focus on user experience, I can create dynamic and
interactive websites that leave a lasting impression. I am dedicated to continuous learning and staying
up-to-date with the latest trends in web development. My goal is to deliver high-quality and innovative
solutions that exceed client expectations. My immediate objective is to undertake the development of
three distinct websites allowing me to explore and conquer advanced topics in web development.</p>
<div class="about-info-container">
<div class="about-info">
<h4 class="info-title">Name:</h4>
<p class="info-description">EM Selim Ahmed</p>
</div>
<div class="about-info">
<h4 class="info-title">Email:</h4>
<p class="info-description">emsa@duck.com</p>
</div>
<div class="about-info">
<h4 class="info-title">Date of birth:</h4>
<p class="info-description">25 September 1995</p>
</div>
<div class="about-info">
<h4 class="info-title">Form:</h4>
<p class="info-description">Dhaka, Bangladesh</p>
</div>
</div>
</section>
<!-- what i do section -->
<section>
<h3 class="section-title">What I do</h3>
<p id="what-i-do-description" class="section-description">I have more than 10 years experience building
software for clients all over the world. Below is a quick overview of my main technical skill sets and
technologies i use. Want to find out more about my experience? Check out my online resume and project
portfolio.</p>
<div class="skills-container">
<div class="skills">
<img src="images/icons/js.png" alt="">
<h3 class="skill-title">Vanilla JavaScript</h3>
<p class="skill-description">List skill/technologies here. You can change the icon above to any of
the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.</p>
</div>
<div class="skills">
<img src="images/icons/react.png" alt="">
<h3 class="skill-title">React</h3>
<p class="skill-description">List skill/technologies here. You can change the icon above to any of
the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.</p>
</div>
<div class="skills">
<img src="images/icons/nodejs.png" alt="">
<h3 class="skill-title">Node.js</h3>
<p class="skill-description">List skill/technologies here. You can change the icon above to any of
the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.</p>
</div>
<div class="skills">
<img src="images/icons/mongo.png" alt="">
<h3 class="skill-title">MongoDB</h3>
<p class="skill-description">List skill/technologies here. You can change the icon above to any of
the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.</p>
</div>
</div>
</section>
<!-- resume section -->
<section>
<h3 class="section-title">A summary of My Resume</h3>
<div class="resume-container">
<div class="resume-column">
<h3 class="resume-column-title">My Education</h3>
<div class="resume-item">
<h2 class="resume-item-title">Master in Computer Engineering</h2>
<h2 class="resume-item-institute">Harvard University / 2015 - 2017</h2>
<p class="resume-item-description">List skill/technologies here. You can change the icon aboveto
any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.
</p>
</div>
<hr>
<div class="resume-item">
<h2 class="resume-item-title">Master in Computer Engineering</h2>
<h2 class="resume-item-institute">Harvard University / 2015 - 2017</h2>
<p class="resume-item-description">List skill/technologies here. You can change the icon aboveto
any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.
</p>
</div>
<hr>
<div class="resume-item">
<h2 class="resume-item-title">Master in Computer Engineering</h2>
<h2 class="resume-item-institute">Harvard University / 2015 - 2017</h2>
<p class="resume-item-description">List skill/technologies here. You can change the icon aboveto
any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.
</p>
</div>
</div>
<div class="resume-column">
<h3 class="resume-column-title">My Experience</h3>
<div class="resume-item">
<h2 class="resume-item-title">Master in Computer Engineering</h2>
<h2 class="resume-item-institute">Harvard University / 2015 - 2017</h2>
<p class="resume-item-description">List skill/technologies here. You can change the icon above
to any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.
</p>
</div>
<hr>
<div class="resume-item">
<h2 class="resume-item-title">Master in Computer Engineering</h2>
<h2 class="resume-item-institute">Harvard University / 2015 - 2017</h2>
<p class="resume-item-description">List skill/technologies here. You can change the icon aboveto
any of the 1500+ FontAwesome 5 free icons available.Aenean commodo ligula eget dolor.
</p>
</div>
<hr>
<div class="resume-item">
<h2 class="resume-item-title">Master in Computer Engineering</h2>
<h2 class="resume-item-institute">Harvard University / 2015 - 2017</h2>
<p class="resume-item-description">List skill/technologies here. You can change the icon above
to any of the 1500+ FontAwesome 5 free icons available. Aenean commodo ligula eget dolor.
</p>
</div>
</div>
</div>
<div class="download-cv">
<button class="btn-primary"> <i class="fa-solid fa-download"></i> Download CV</button>
</div>
</section>
</main>
<footer>
<div class="footer-column">
<h3 class="section-title">Let's Connect</h3>
<p class="section-description">Please fill out the form on this section to contact with me or call between
9:00 A.M and 8.00 P.M ET, Monday through Friday.</p>
<div class="social-links">
<a href=""><img src="images/icons/facebook.png" alt=""></a>
<a href=""><img src="images/icons/insta.png" alt=""></a>
<a href=""><img src="images/icons/twitter.png" alt=""></a>
</div>
</div>
<div class="footer-column">
<h3 class="section-title">Let's Message me</h3>
<form action="" class="contact">
<input type="text" placeholder="Your Name">
<input type="email" name="" id="" placeholder="Your Email">
<textarea name="" id="" cols="30" rows="10" placeholder="Message"></textarea>
<input class="btn-primary" type="submit" value="Submit">
</form>
</div>
</footer>
<section class="copyright">
<p><small>© EM Selim Ahmed 2023 - all rights reserved.</small></p>
</section>
</body>
</html>