-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (149 loc) · 6 KB
/
index.html
File metadata and controls
197 lines (149 loc) · 6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio | Junayed Ahmed</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/fabocon.png" type="image/x-icon">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- font-awesome end -->
<!-- google fonts -->
<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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!-- google font end-->
</head>
<body>
<!-- navber -->
<nav class="navber">
<div class="nav-container">
<div class="nav-logo">
<h2>JND</h2>
</div>
<div class="nav-link">
<ul class="nav-list">
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="nav-search">
<input class="nav-search" type="text" placeholder="search"
>
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
</nav>
<!-- navber end -->
<!-- hero section -->
<div class="hero-section">
<div class="hero-left">
<h1 class="hero-heading">
I'M <span>Junayed Ahmed</span><br>
MERN Steak <br>
Web Developer
</h1>
<div class="contact-btn" >
<button class="hero-button">Contact Me</button>
</div>
</div>
<div class="hero-right">
<img src="img/junayed.png" alt="junayed.logo">
</div>
</div>
<!-- about -->
<div class="about-section" id="about">
<h2 class="about-head">About</h2>
<div class="about-para">
<span class="highlight"></span>
<p>This is Junayed Ahmed. I am an experienced MERN steak web developer. I know about <span class="para-hilighet">HTML, CSS, Tailwindcss, js, react js, mongo db, react js, next js</span> very well. Though i am an experienced but till now i am learning about it. At the same time i am a student & persuing my hons degree in Shahjalal University of Science and Technology, Sylhet and my subject is Social Work. I found my passion about coding that's why i am in this sector which is MERN steak web development.</p>
</div>
</div>
<!-- about end -->
<!-- hero section end -->
<!-- skils -->
<div class="skil-section">
<h2 class="skil-head">My Skils</h2>
<div class="skil-fstline">
<div class="skills">
<img src="img/html.png">
<h3 class="skil-name">html</h3>
</div>
<div class="skills">
<img src="img/css.png">
<h3 class="skil-name">css</h3>
</div>
<div class="skills">
<img src="img/js-10.png">
<h3 class="skil-name">js</h3>
</div>
<div class="skills">
<img src="img/reactjs_logo_icon_168875.webp">
<h3 class="skil-name">react</h3>
</div>
</div>
<div class="skil-2ndline">
<div class="skills">
<img src="img/mongodb.png">
<h3 class="skil-name">mongodb</h3>
</div>
<div class="skills">
<img src="img/nextjs-icon.webp">
<h3 class="skil-name">nest.js</h3>
</div>
<div class="skills">
<img src="img/github_PNG40.png">
<h3 class="skil-name">github</h3>
</div>
</div>
</div>
<!-- skils end -->
<!-- portfolio -->
<section id="portfolio" class="portfolio-section">
<h2>My Portfolio</h2>
<div class="portfolio-grid">
<div class="portfolio-item">
<img src="img/pretfolio-1.png" alt="Project 1">
<div class="portfolio-info">
<h3>Project 1</h3>
</div>
</div>
<div class="portfolio-item">
<img src="img/portfolio-2.png" alt="Project 2">
<div class="portfolio-info">
<h3>Project 2</h3>
</div>
</div>
<div class="portfolio-item">
<img src="img/portfolio-3.jpg" alt="Project 3">
<div class="portfolio-info">
<h3>Project 3</h3>
</div>
</div>
</div>
</section>
<!-- portfolio end -->
<!-- contact -->
<section id="contact" class="contact-section">
<h2>Contact Me</h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name" required placeholder="Enter your name">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required placeholder="Enter your E-mail">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="5" required>
</textarea>
<button type="submit" class="btn">Send Message</button>
</form>
</section>
<!-- contact end-->
<!-- Footer Section -->
<footer>
<p>© 2024 My Portfolio | <span class="footer-logo">JND</span> | All Rights Reserved</p>
</footer>
<!-- Footer Section end-->
</body>
</html>