-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (183 loc) · 8.33 KB
/
index.html
File metadata and controls
197 lines (183 loc) · 8.33 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
<!-- TO DO:
1 : add a drop down menu in contact for whatsapp and email
2 : make the site responsive
-->
<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" href = "custom.css" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Portfolio | Muhammad Umer Awais</title>
</head>
<body>
<!------------------------------ navbar, heading and input html------------------------------>
<div id="load">
<img src="loadingdots.gif"/>
</div>
<div id="contents">
</div>
<div id = "top"></div>
<section class = "hero-image">
<nav>
<h1>Muhammad Umer Awais</h1>
<ul>
<li><a href = "index.html">Home</a></li>
<li><a href = " https://wa.me/923353814986" target="_blank">Contact</a></li>
<li><a href = "https://www.linkedin.com/in/muhammad-umer-awais/" target = "_blank">Linkedin</a></li>
<li><a href = "https://github.com/umer4986" target = "_blank">Github</a></li>
<li><a href = "#projects">Projects</a></li>
</ul>
</nav>
<div class = "hero-wrapper">
<h1>Web Developer</h1>
<p>HTML|CSS|JavaScript|Java|React|C++</p>
<a href = "#projects"><button>See projects</button></a>
</div>
</section>
<br>
<hr id = "projects">
<!------------------------------projects and projects items html------------------------------>
<section class = "products">
<a href = "https://umer4986.github.io/responsive-front-end-1/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project1.png">
<h2 class = "product-heading">Project 1</h2>
<p>Responsive 3 Page Website|HTML|CSS</p>
</div></a>
<a href = "https://umer4986.github.io/React-Task-Tracker/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "react-task-tracker.png">
<h2 class = "product-heading">Project 2</h2>
<p>Task Tracker|React|JavaScript</p>
</div></a>
<a href = "https://umer4986.github.io/responsive-front-end-2/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project3.png">
<h2 class = "product-heading">Project 3</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "https://umer4986.github.io/javaScript-functional-project-4/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project4.png">
<h2 class = "product-heading">Project 4</h2>
<p>Interacitve Button|JavaScript|HTML|CSS</p>
</div></a>
<a href = " https://umer4986.github.io/RWD-Project-5/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project5.png">
<h2 class = "product-heading">Project 5</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Rating-Widget/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project6.png">
<h2 class = "product-heading">Project 6</h2>
<p>Rating Widget|JavaScript|HTML|CSS</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Statistics-Counter-P7/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project7.png">
<h2 class = "product-heading">Project 7</h2>
<p>Stats Counter|JavaScript|HTML|CSS</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Rotating-Gallery-P8/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project8.png">
<h2 class = "product-heading">Project 8</h2>
<p>Rotating Gallery|JavaScript|HTML|CSS</p>
</div></a>
<a href = "https://umer4986.github.io/JS-New-Year-Countdown-P9/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project9.png">
<h2 class = "product-heading">Project 9</h2>
<p>New Year Countdown|JavaScript|HTML|CSS</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Random-Password-Generator-P10/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "project10.png">
<h2 class = "product-heading">Project 10</h2>
<p>Random Password Generator|JavaScript|HTML|CSS</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Animated-Search-Bar/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "animated-search-bar.png">
<h2 class = "product-heading">Project 11</h2>
<p>Animated Search Bar|JavaScript</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Dropdown-Menu/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "drop-down-menu.png">
<h2 class = "product-heading">Project 12</h2>
<p>Drop Down Social Menu|JavaScript|HTML|CSS</p>
</div></a>
<a href = "https://umer4986.github.io/JS-To-Do-List/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "to-do-list.png">
<h2 class = "product-heading">Project 13</h2>
<p>To Do List with localStorage|JavaScript</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Progress-Bar/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "progress-bar.png">
<h2 class = "product-heading">Project 14</h2>
<p>Dynamic Modifiable Progress Bar|JavaScript</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Book-List-App/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "book-list-app.png">
<h2 class = "product-heading">Project 15</h2>
<p>Book List App|JavaScript|HTML|BootStrap</p>
</div></a>
<a href = "https://umer4986.github.io/JS-Weather-widget/" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "weather-widget.png">
<h2 class = "product-heading">Project 16</h2>
<p>Weather Widget Using API|JavaScript</p>
</div></a>
<a href = "project3.html" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "img3.jpg">
<h2 class = "product-heading">Project 17</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "project3.html" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "img3.jpg">
<h2 class = "product-heading">Project 18</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "project3.html" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "img3.jpg">
<h2 class = "product-heading">Project 19</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "project3.html" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "img3.jpg">
<h2 class = "product-heading">Project 20</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "project3.html" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "img3.jpg">
<h2 class = "product-heading">Project 21</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "project3.html" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "img3.jpg">
<h2 class = "product-heading">Project 22</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "project3.html" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "img3.jpg">
<h2 class = "product-heading">Project 23</h2>
<p>lorem ipsum</p>
</div></a>
<a href = "project3.html" target = "_blank"><div class = "product-list-item">
<img class = "image-responsive" src = "img3.jpg">
<h2 class = "product-heading">Project 24</h2>
<p>lorem ipsum</p>
</div></a>
</section>
<div class = "footer">
<p>Portfolio @ Muhammad Umer Awais</p>
<a href = "#top"><i class="fa-solid fa-circle-chevron-up"></i></a>
</div>
<script>
document.onreadystatechange = function () {
var state = document.readyState
if (state == 'interactive') {
document.getElementById('contents').style.visibility="hidden";
} else if (state == 'complete') {
setTimeout(function(){
document.getElementById('interactive');
document.getElementById('load').style.visibility="hidden";
document.getElementById('contents').style.visibility="visible";
},2000);
}
}
</script>
</body>
</html>