-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
248 lines (240 loc) · 9.86 KB
/
index.html
File metadata and controls
248 lines (240 loc) · 9.86 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
<!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:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/portfolio.css" />
<script
src="https://kit.fontawesome.com/2cac2cef62.js"
crossorigin="anonymous"
></script>
<title>Document</title>
</head>
<body class="open-sans">
<header class="header">
<nav>
<h3 class="nav-title">Ro<span class="primary-text">n</span>y</h3>
<ul>
<li><a class="dark2" href="">Portfolio</a></li>
<li><a class="dark2" href="">Blog</a></li>
<li>
<a href=""><button class="primary-btn">Hire Me</button></a>
</li>
</ul>
</nav>
<div class="banner">
<div class="banner-text-container">
<h4 class="banner-greeding dark2">Hi, I am</h4>
<h1 class="banner-title">Hossan Imam</h1>
<p class="banner-details">
Shot what able cold new see hold.Friendly as an betrayed formerly
he. Morning because as to society behaved moments.
</p>
<button class="primary-btn">
<i class="fa-solid fa-arrow-down"></i> Download CV
</button>
<button class="contact-btn">
<i class="fa-solid fa-phone"></i> Contact
</button>
</div>
<img class="banner-profile-pic" src="images/hardy.png" alt="" />
</div>
</header>
<main>
<section class="about-section">
<div class="about-inner-section">
<h3 class="section-title">About Me</h3>
<p class="about-details">
I, m a designer & developer with a passion for web design. I enjoy
developing simple, clean and slick websites that provide real value
to the end user. Thousands of clients have procured exceptional
resulfs while working with me. Delivering work within time and
budget which meets clients requirements in our mata.
</p>
<div class="about-items">
<div class="about-item">
<p class="about-name">Name</p>
<p class="about-contact">Hossan Imam</p>
</div>
<div class="about-item">
<p class="about-name">Email:</p>
<p class="about-contact">info@gmail.com</p>
</div>
<div class="about-item">
<p class="about-name">Date of birth:</p>
<p class="about-contact">11 November 1987</p>
</div>
<div class="about-item">
<p class="about-name">From:</p>
<p class="about-contact">Los Angeles, USA</p>
</div>
</div>
</div>
</section>
<section class="what-i-do-section">
<h3 class="section-title">What I do</h3>
<p class="what-i-do-detials">
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="skill">
<div class="languages">
<img src="/images/icons/js.png" alt="javascript.png" />
<div class="language-content">
<h4 class="skill-name">Vanilla JavaScript</h4>
<p class="skill-details">
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 class="languages">
<img src="/images/icons/react.png" alt="javascript.png" />
<div class="language-content">
<h4 class="skill-name">React</h4>
<p class="skill-details">
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 class="languages">
<img src="/images/icons/nodejs.png" alt="javascript.png" />
<div class="language-content">
<h4 class="skill-name">Node.js</h4>
<p class="skill-details">
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 class="languages">
<img src="/images/icons/mongo.png" alt="javascript.png" />
<div class="language-content">
<h4 class="skill-name">MongoDB</h4>
<p class="skill-details">
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>
</section>
<section class="resume-section">
<h3 class="section-title">A summary of My Resume</h3>
<div class="resume-container">
<div class="education">
<h3 class="resume-header">My Education</h3>
<div class="info-continer">
<h4 class="info-continer-header">Bsc in CSE</h4>
<p class="semi-header">Uttara University / 2018 - 2022</p>
<p class="resume-details">
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="info-continer">
<h4 class="info-continer-header">ML Development</h4>
<p class="semi-header">Coursera / 2022 - 2023</p>
<p class="resume-details">
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="info-continer">
<h4 class="info-continer-header">Django, Python etc.</h4>
<p class="semi-header">Code Chef / 2023 - 2024</p>
<p class="resume-details">
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 class="experience">
<h3 class="resume-header">My Experience</h3>
<div class="info-continer">
<h4 class="info-continer-header">Sr. Font End Developer</h4>
<p class="semi-header">Apple Inc / 2020 - Current</p>
<p class="resume-details">
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="info-continer">
<h4 class="info-continer-header">Jr. Font End Developer</h4>
<p class="semi-header">Dribbble Inc / 2018 - 2022</p>
<p class="resume-details">
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="info-continer">
<h4 class="info-continer-header">HTML Developer</h4>
<p class="semi-header">Adobe Inc / 2017 - 2018</p>
<p class="resume-details">
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="text-center">
<button class="primary-btn">
<i class="fa-solid fa-arrow-down"></i> Download CV
</button>
</div>
</section>
</main>
<footer class="">
<div class="footer-section">
<div class="footer-column">
<h4 class="section-title">Lets Connect</h4>
<p class="about-details">
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>
<a href=""
><img src="images/icons/facebook.png" alt="facebook.png"
/></a>
<a href=""
><img src="images/icons/twitter.png" alt="twitter.png"
/></a>
<a href=""><img src="images/icons/insta.png" alt="insta.png" /></a>
</div>
</div>
<div class="footer-column">
<h4 class="section-title">Let’s Message me</h4>
<form action="">
<input type="text" name="" id="" placeholder="Your name" />
<input type="email" name="" id="" placeholder="Your email" />
<textarea name="" id="" rows="5" cols="40"></textarea>
<input class="primary-btn" type="submit" value="submit" />
</form>
</div>
</div>
</footer>
</body>
</html>