-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
154 lines (79 loc) · 4.01 KB
/
about.html
File metadata and controls
154 lines (79 loc) · 4.01 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
<!DOCTYPE html>
<html>
<head>
<title>Ghulam Ghous</title>
<meta charset="utf-8">
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="icon" type="image/jpg" href="a.jpg" />
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" integrity="sha384-XdYbMnZ/QjLh6iI4ogqCTaIjrFk87ip+ekIjefZch0Y+PvJ8CDYtEs1ipDmPorQ+" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<div class="col-md-0"></div>
<div class="col-md-12">
<div class="pic">
<img src="a.jpg">
<div class="social-media">
<div class="social-media-container">
<ul>
<a class="fa fa-facebook" href="https://web.facebook.com/gghous999" target="_blank"> </a>
<a class="fa fa-twitter" href="https://twitter.com/GhulamGhousMe" target="_blank"> </a>
<a class="fa fa-github" href="https://github.com/ghulamghousdev" target="_blank"> </a>
<a class="fa fa-linkedin " href="https://www.linkedin.com/in/ghulam-ghous-89927a18a/" target="_blank"> </a>
</ul>
</div>
</div>
</div>
<div class="justifying-position-of-nav-bar">
<ul class="main-navigation-bar">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="margin-right-contact-bar"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-0"></div>
</div>
</div>
</div>
</header>
<div class="name">
<h2>Ghulam Ghous<br>
</h2>
</div>
</div>
<div class="container-fluid">
<div class=row>
<div class="col-xs-12">
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="introduction">
<div class="hey">
<h1><span>👋🏻</span>Hey folks, Ghulam Ghous here! </h1>
<div class="content">
<p><br>A Front-end developer and software engineer. An enthusiastic programmer who wants to become a computer scientist. Specializing in designing and coding. A frictionless responsive user who interfaces with HTML, CSS and Javascript. WordPress beginner
with a great thrust of learning Node.js, Gatsby.js and react.js ⚡.</p>
<hr>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-2">
</div>
</div>
</div>
</div>
</body>
</html>