-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (195 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portfolio">
<link rel="shortcut icon" href="img/logo.png" type="image/x-icon">
<title>Burhan Ahmad Portfolio | Full Stack Web-Developer</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8DCJY1GD1L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-8DCJY1GD1L');
</script>
</head>
<body>
<div class="container" id="Home">
<header>
<div class="header">
<nav class="navbar">
<div class="side-bar-icon" onclick="sideBarShow()">
<img src="icons/menu-icon.svg" width="25px" alt="">
</div>
<ul class="nav-btns">
<li><a href="#Home" name="" title="Home Page">Home</a></li>
<li><a href="#About" title="About Page">About</a></li>
<li><a href="#Skill" title="Skill Page">Skills</a></li>
<li><a href="#Project" title="Project Page">Projects</a></li>
<li><a href="https://olantrack.netlify.app/" target="_blank" title="Olan Track">Music</a></li>
</ul>
</nav>
<div class="side-bar" id="sBar">
<div class="side-bar-icon" onclick="sideBarHide()">
<img src="icons/cross-icon.svg" width="25px" alt="">
</div>
<ul class="nav-btns">
<li><a href="#Home" name="" title="Home Page">Home</a></li>
<li><a href="#About" title="About Page">About</a></li>
<li><a href="#Skill" title="Skill Page">Skills</a></li>
<li><a href="#Project" title="Project Page">Projects</a></li>
<li><a href="https://olantrack.netlify.app/" target="_blank" title="Olan Track">Music</a></li>
</ul>
<ul class="social-icons">
<a href=""><img src="icons/github.svg" alt=""></a>
<a href=""><img src="icons/insta-icon.svg" alt=""></a>
<a href=""><img src="icons/fb-icon.svg" alt=""></a>
</ul>
</div>
<div class="nav-body">
<div class="text-box">
<h1>Hi, I'm <br><span>Burhan Ahmad</span></h1>
<h3>I'm A Full Stack Web-Developer Based In Pakistan.</h3>
<a class="btn" href="../cv/Burhan-Ahmad-Resume.pdf" download="../cv/Burhan-Ahmad-Resume.pdf"
title="Download Resume">Read More</a>
</div>
<div class="img-box">
<img src="img/profile-img.jpg" width="350px" alt="Profile Image">
</div>
</div>
</div>
</header>
<section class="about-section" id="About">
<h1>About</h1>
<div class="aboutText">
<p>I am a skilled web developer specializing in creating stunning websites using pure HTML, CSS and
JavaScript. With a keen eye for detail and a passion for clean, efficient code, I design websites
that are not only visually appealing but also user-friendly and fast-loading. Whether you need a
simple landing page, a personal blog, or a complete website overhaul, I am here to bring your vision
to life.</p>
</div>
</section>
<section class="skill-section" id="Skill">
<h1>Skills</h1>
<div class="about-body">
<div class="text-box">
<p><span>1. HTML Sculpting:</span> Like a digital sculptor, I mold raw HTML into elegant structures.
Forms, headings, and semantic tags—they’re my chisels, shaping the user experience.</p>
<p><span>2. CSS Artistry:</span> My palette? CSS! With gradients, shadows, and responsive layouts, I
paint interfaces that resonate. Flexbox and Grid? My secret brushes.</p>
<p><span>3. JavaScript Choreography:</span> When the curtain rises, JavaScript takes center stage.
Animations pirouette, forms validate, and APIs harmonize. It’s code as choreography.</p>
<p><span>4. Debugging Wizardry:</span> Bugs? Fear not! I wield the debugger like a wand, tracing
elusive creatures through the forest of code.
Version Control Spells: Git—weaving branches, merging timelines. Commit messages? My
incantations for clarity.</p>
</div>
<div class="icon-box">
<div class="slide"><img src="icons/html.svg" alt="Image 2"></div>
<div class="slide"><img src="icons/css.svg" alt="Image 1"></div>
<div class="slide"><img src="icons/js.svg" alt="Image 3"></div>
</div>
</div>
</section>
<section class="project-section" id="Project">
<h1>Projects</h1>
<div class="projects">
<!-- <div class="card">
<div class="thumbnail">
<img src="img/cardCover.jpg" alt="">
</div>
<div class="cardText">
<h2>Title</h2>
<p>Description</p>
</div>
<div class="card-btns">
<div class="preview">
<span>Preview</span>
<img src="icons/preview.svg" width="20px" alt="Preview">
</div>
<div class="code">
<span>Code</span>
<img src="icons/github.svg" alt="Code">
</div>
</div>
</div> -->
</div>
</section>
<section class="client-reviews">
<h1>Client Reviews</h1>
<div class="reviews">
<!-- <div class="review-card">
<div class="rev-stars">
<strong class="fa fa-star"></strong>
<strong class="fa fa-star"></strong>
<strong class="fa fa-star"></strong>
<strong class="fa fa-star"></strong>
<strong class="fa fa-star"></strong>
</div>
<div class="descp">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatem aspernatur molestias aperiam consectetur ex! Rerum iure magnam, ullam molestiae maiores nostrum. Libero esse aperiam molestiae laboriosam soluta, accusamus facilis incidunt.</p>
</div>
<div class="client-info">
<div class="photo">
<img src="img/logo.png" width="50px" alt="">
</div>
<div class="name">
<h4>Company</h4>
</div>
</div>
</div> -->
</div>
</section>
<section class="trusted-by">
<h1>Trusted By</h1>
<div class="company-logo">
<img src="img/trusted-by-img1.png" alt="">
<img src="img/trusted-by-img2.png" alt="">
<img src="img/trusted-by-img3.png" alt="">
</div>
</section>
<footer class="footer">
<div class="contact-form" id="Contact">
<form id="contact-form">
<div class="form-group">
<label for="email">Email address</label>
<input type="email" class="form-control" id="email" aria-describedby="emailHelp"
placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="description">Enquiry</label>
<textarea class="form-control" id="description" placeholder="Write Here" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div class="cpyrght">
<div class="footer-text">
<p>© 2024 Burhan Ahmad. All rights reserved.</p>
</div>
<div class="social-icons">
<a target="_blank" href="https://www.facebook.com/profile.php?id=61559623928944"><img class="invert"
src="icons/fb-icon.svg" alt="Facebook"></a>
<a target="_blank" href="https://www.instagram.com/burhan_ahmad001/"><img class="invert"
src="icons/insta-icon.svg" alt="Instagram"></a>
<a target="_blank"
href="https://www.tiktok.com/@burhan.developer?is_from_webapp=1&sender_device=pc"><img
src="icons/tiktok.svg" alt="TikTok"></a>
<a target="_blank" href="https://www.youtube.com/@BurhanDeveloper"><img src="icons/youtube.svg"
alt="YouTube"></a>
<a target="_blank" href="https://www.linkedin.com/in/burhan-ahmad-a8567a241/"><img
src="icons/linkedin.svg" alt="LinkedIn"></a>
<a target="_blank" href="https://pin.it/4zcKKJYQd"><img src="icons/pinterest.svg"
alt="Pinterest"></a>
</div>
</div>
</footer>
</div>
<script src="js/script.js"></script>
</body>
</html>