-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (192 loc) · 8.64 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!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">
<title>Ahmed's Personal Portfolio</title>
<!-- <meta name="description" content="Our first page">
<meta name="keywords" content="html tutorial template"> -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<a href="#" class="logo">Portfolio.</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#" class="active">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- home section design -->
<section class="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Ahmed Salman</h1>
<h3>And I like <span class="multiple-text"></span></h3>
<p>A tech enthusiast, dedicated to learning and applying new skills</p>
<p>daily through technical projects!</p>
<p>Check out my cool projects on this site!</p>
<div class="social-media">
<a href="https://discordapp.com/users/amdkid"><i class='bx bxl-discord-alt'></i></a>
<a href="https://github.com/HehLul"><i class='bx bxl-github' ></i></a>
<a href="https://www.linkedin.com/in/ahmed-salman-749418273"><i class='bx bxl-linkedin' ></i></a>
</div>
<a id="downloadCV-btn" class="downloadCV-btn" href="#" class="downloadCV-btn">Download CV</a>
</div>
<div class="home-img">
<img src="images/mainpfp.jpg" alt="">
</div>
</section>
<!-- about section design -->
<section class="about" id="about">
<div class="about-img">
<img src="images/mainpfp.jpg" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Tech Enthusiast</h3>
<p>I'm Ahmed, a computer enthusiast who loves using technology to tackle interesting challenges. Whether it's creating software, exploring new tech trends, or helping others learn, I'm always excited to be a part of the ever-evolving world of computer science. When I'm not coding, you'll find me enjoying a cup of coffee, staying curious about the world around me, and working on personal tech projects. Let's connect and share our passion for all things tech!</p>
<a href="#" class="btn">Read More</a>
</div>
</section>
<!-- skills section -->
<section class="skills" id="skills">
<h2 class="heading">My <span>Skills</span></h2>
<div class="skills-container">
<div class="skills-box">
<img src="" alt="">
<i class='bx bxl-java'></i>
<h3>Java</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bx-code' ></i>
<h3>C</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bxl-python' ></i>
<h3>Python</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bxl-c-plus-plus'></i>
<h3>C++</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bxl-javascript' ></i>
<h3>JavaScript</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bxl-html5' ></i>
<h3>HTML</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bxl-css3' ></i>
<h3>CSS</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bxl-android' ></i>
<h3>Android Studio</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bxl-react' ></i>
<h3>React</h3>
</div>
<div class="skills-box">
<img src="" alt="">
<i class='bx bx-microchip' ></i>
<h3>Arduino</h3>
</div>
<!-- c++, ASM, SQL, UNIX/LINUX -->
</div>
</section>
<!-- projects section design -->
<section class="projects" id="projects">
<h2 class="heading">My <span>Projects</span></h2>
<div class="projects-container">
<div class="projects-box">
<img src="images/dojoblog.png" alt="">
<div class="projects-layer">
<h4>Dojo Blog</h4>
<p>A react based application that lists Blogs!</p>
<a href="https://github.com/HehLul/dojo-blog"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/Screenshot 2023-10-28 222732.png" alt="">
<div class="projects-layer">
<h4>Quranic Quotes</h4>
<p>A chrome extension that displays quranic quotes and a cool background image to your browser!</p>
<a href="https://github.com/HehLul/DailyIslamicQuotes"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<div class="projects-box">
<img src="images/portfolio1.jpeg" alt="">
<div class="projects-layer">
<h4>Comming Soon!</h4>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste sed quidem nihil distinctio voluptates assumenda.</p> -->
<a href=""><i class='bx bx-link-external' ></i></a>
</div>
</div>
</div>
</section>
<!-- contact section -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="https://formsubmit.co/amdsalman04@gmail.com" method="POST">
<div class="input-box">
<input type="text" placeholder="Full Name" name="name">
<input type="email" placeholder="Email Address" name="email">
</div>
<div class="input-box">
<input type="number" placeholder="Phone Number" name="number">
<input type="text" placeholder="Email Subject" name="Subject">
</div>
<textarea name="textarea" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="submit" value="Send Message" class="btn">
</form>
</section>
<!-- footer -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 by Ahmed Salman | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#"><i class='bx bx-up-arrow-alt' ></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- typed js -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script src="js/script.js" ></script>
<!-- cv button script -->
<script>
document.getElementById('downloadCV-btn').addEventListener('click', function() {
// Change the 'your-resume.pdf' to the actual file name of your resume
var resumeUrl = 'images/SALMAN_AHMED.pdf';
// Create an invisible link element
var downloadLink = document.createElement('a');
downloadLink.href = resumeUrl;
downloadLink.download = 'images/SALMAN_AHMED.pdf';
// Append the link to the body
document.body.appendChild(downloadLink);
// Trigger a click on the link to start the download
downloadLink.click();
// Remove the link from the DOM once the download is initiated
document.body.removeChild(downloadLink);
});
</script>
</body>
</html>