-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (202 loc) · 13.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
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
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link defer rel="stylesheet" href="./css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css">
<link defer href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>Portfolio</title>
</head>
<body>
<div id="setction_1" class="container-fluid " >
<nav class="navbar navbar-expand-lg navbar-dark bg-dark p-3" id="aaa">
<div class="container-fluid">
<a title='home' class="navbar-brand " href="#" id="profile">Portfolio</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigattion" >
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav ">
<li class="nav-item ">
<a title='home' href="#" class="nav-link active" aria-current="page">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-house" viewBox="0 0 16 16">
<path d="M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5ZM13 7.207V13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7.207l5-5 5 5Z"/>
</svg> Home</a>
</li>
<li class="nav-item">
<a title='bout' href="#aboutme" class="nav-link">
About
</a>
</li>
<li class="nav-item">
<a title='contact' href="#section3bg" class="nav-link">
contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="bg text-center text-black py-5" >
<img async src="./assets/img6.jpg" alt="">
<h3 id='name' class=" text-mutted py-5 text-decoration-underline display-5">Mohammad Hussain "Sarwari"</h3>
<span class="display-md-6 display-6 text">I"m a </span><span class="curs">_</span>
</br>
<a title='section2' href="#section_2">
<i class="bi bi-chevron-double-down display-3 " id="doubleDown"></i></a>
</div>
</div>
<div id="section_2" class="container-fluid bg-white ">
<h1 id="aboutme" class="text-center display-ml-5 display-1 py-0 py-md-5 fs-6 my-5 ">About me</h1>
<p id="text" class="text-muted text-center f-6 bg-light p-md-5 p-3">
This is Mohammad Hussain "sarwari",I'm 23 years old, I'm from Afghanistan I'm software engineer I'd like to work as full stack developer and i worked in this feild for 3 years
</p>
<div id="skills" class="text-center text-md-start ">
<span class="mx-4 my-6 " >HTML</span>
<div class="m-md-4 my-6 bg-light" id="range">
<div class="bg-primary" id="bghtml"></div>
</div>
<span class="m-md-4 my-4 " >CSS</span>
<div class="m-md-4 my-6 bg-light" id="range">
<div class="bg-primary" id="bgcss"></div>
</div>
<span class="m-md-4 my-4 " >React</span>
<div class="m-md-4 my-6 bg-light" id="range">
<div class="bg-primary" id="bgreact"></div>
</div>
<span class="m-md-4 my-4 " >wordpress</span>
<div class="m-md-4 my-6 bg-light" id="range">
<div class="bg-primary" id="bgwp"></div>
</div>
<span class="m-md-4 my-4 " >Next js</span>
<div class="m-md-4 my-6 bg-light" id="range">
<div class="bg-primary" id="bgnext"></div>
</div>
<span class="m-md-4 my-4 " >javascript</span>
<div class="m-md-4 my-6 bg-light" id="range">
<div class="bg-primary" id="bgjs"></div>
</div>
<span class="m-md-4 my-4 " >Bootstrap</span>
<div class="m-md-4 my-6 bg-light" id="range">
<div class="bg-primary" id="bgbootstrap"></div>
</div>
<span class="m-md-4 my-4 " >Vue</span>
<div class="m-md-4 my-1 bg-light" id="range">
<div class="bg-primary" id="bgvue"></div>
</div>
</div>
</div>
<div class="section3 text-center container">
<div id="section3bg" >
<h1 id="massage1" class="text-light my-5">
send message
</h1>
<form action="" method="post" class="form-group m-5 my-4">
<input type="text" id="a1" name="name" autocomplete="additional-name" placeholder="Name" class="form-control form-control-sm my-4">
<input type="email" id="a3" name="email" autocomplete="email" id="email" class="form-control form-control-sm my-4" placeholder="email">
<textarea name="massage" id="massage" class="form-control form-control-sm my-4" cols="30" rows="10" placeholder='Please Write Your Message'></textarea>
<input type="submit" id="submit" class="form-control form-control-sm my-3" value="send">
</form>
</div>
</div>
<div class="section4 ">
<div class="box">
</div>
<h1 class="text-muted text-center p-5" id="project_text">
Projects
</h1>
<div class="proj">
<div class="projects" id="proj1" style="
opacity: 0;
right: -5rem !important;
">
<h3 class="text-primary text-center" id="cal" >
Calculatore
<hr>
</h3>
<h6 class="text-light ">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ab dolorem voluptate sed itaque dolorum
aliquam quaerat nostrum blanditiis recusandae error! <br>
<a title='source code' href="https://www.github.com/hussainsarwari" title='source code'>Source Code</a>
</h6>
</div>
<div class="projects" id="proj2" style="opacity: 0;">
<h3 class="text-primary text-center" id="cal">
Online Shopping
<hr>
</h3>
<h6 class="text-light ">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ab dolorem voluptate sed itaque dolorum
aliquam quaerat nostrum blanditiis recusandae error! <br>
<a title='source code' title='source code' href="https://www.github.com/hussainsarwari">Source Code</a>
</h6>
</div>
<div class="projects" id="proj3" style="
opacity: 0;
right: -1rem;
">
<h3 class="text-primary text-center" id="cal">
About This Project
<hr>
</h3>
<h6 class="text-light ">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ab dolorem voluptate sed itaque dolorum
aliquam quaerat nostrum blanditiis recusandae error! <br>
<a title='source code' href="https://www.github.com/hussainsarwari">Source Code</a>
</h6>
</div>
<div class="projects" id="proj4" style="
opacity: 0;
right: -1rem;
">
<h3 class="text-primary text-center" id="cal">
snake game
<hr>
</h3>
<h6 class="text-light ">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ab dolorem voluptate sed itaque dolorum
aliquam quaerat nostrum blanditiis recusandae error! <br>
<a title='source code' href="https://www.github.com/hussainsarwari">Source Code</a>
</h6>
</div>
</div>
</div>
<div class="section5">
<h1 class="text-light text-center my-5 py-5" id="contact">
contact
</h1>
<footer class="bg-primary">
<div class="container text-light fs-4" id="social_media">
<span class="social_media" id="facebook"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
</svg>facebook</span>
<span class="social_media" id="github">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z"/></svg>
github
</span>
<span class="social_media" id="instagram">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
</svg>instagram
</span>
<span class="social_media phone" >
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-phone" viewBox="0 0 16 16">
<path d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z"/>
<path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
</svg>0766805049
</span>
<span class="social_media phone">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-phone" viewBox="0 0 16 16">
<path d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z"/>
<path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
</svg>0790279292
</span>
</div>
</footer>
</div>
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>
<script src="./js/anime.min.js" ></script>
<script type="module" src="js/animation.js"></script>
<script type="module" src="./js/main.js"></script>
</body>
</html>