-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (71 loc) · 2.86 KB
/
index.html
File metadata and controls
72 lines (71 loc) · 2.86 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bilal Javed</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Bitter:400,700"
/>
<link rel="stylesheet" href="assets/fonts/ionicons.min.css" />
<link rel="stylesheet" href="assets/css/Footer-Dark.css" />
<link rel="stylesheet" href="assets/css/Header-Dark.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body style="background-color: rgb(40, 45, 50)">
<div id="particles-js"></div>
<div id="main-content">
<div class="header-dark">
<div class="container text-center">
</div>
<div class="container hero" style="margin-top: 0px">
<div class="row">
<div class="col-md-8 offset-md-2">
<h1 class="text-center">Bilal Javed</h1>
</div>
</div>
</div>
</div>
<div class="footer-dark">
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3 col-xl-6 text-center item">
<h3>Services</h3>
<ul>
<li><a href="#">Web Development</a></li>
<li><a href="#">Android Development</a></li>
<li><a href="#">Desktop Applications Development</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-3 col-xl-6 text-center item">
<h3>About</h3>
<ul>
<li>
<a href="#https://github.com/BilalJaved15"">
Full Stack MERN developer.Student of Bachelors of Computer Science at University of
The Punjab, Lahore, Pakistan.
</a><br />
</li>
</ul>
</div>
<div class="col item social">
<a href="https://www.facebook.com/bilaljavedkewl"/><i class="icon ion-social-facebook"></i></a
><a href="https://www.instagram.com/bilaljavedkewl/"><i class="icon ion-social-instagram"></i></a>
<a href="https://github.com/BilalJaved15"/><i class="icon ion-social-github"></i></a
>
<a href="https://pk.linkedin.com/in/muhammadbilal2001"/><i class="icon ion-social-linkedin"></i></a
>
</div>
</div>
<p class="copyright">Bilal Javed © 2021</p>
</div>
</footer>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>