-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
59 lines (46 loc) · 2.45 KB
/
about.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
<!-- About Page -->
<html>
<head>
<link href="assets/css/about.css" rel="stylesheet">
<title>BlogIt</title>
<!-- add icon link -->
<link rel = "icon" href = "blogLogo2.png" type = "image/x-icon">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- font awesom -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<!-- body -->
<div class="about-body">
<div class="about-head">
<h1>
<img src="blogLogo2.png" alt="Logo">
BlogIt
</h1>
</div>
<div class="about-content" style="height: 65%; ">
<h3>Pooja Kumari</h3>
<p>Software Engineering at Mehran, UET Jamshoro.</p>
<div>
<a href= "MAILTO:[email protected]">
<label> <i class="fa fa-envelope"></i> [email protected]</label>
</a>
</div>
<!-- Linked in profile link -->
<div class="LI-profile-badge" data-version="v1" data-size="large" data-locale="en_US" data-type="horizontal" data-theme="dark" data-vanity="poojakumari11228"><a class="LI-simple-link" href='https://pk.linkedin.com/in/poojakumari11228?trk=profile-badge'>Pooja Kumari</a></div>
</div>
</div>
<!-- Footer -->
<!-- LinkedIn badge -->
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="script/account/ajax_handler.js"></script>
<script src="script/account/ajax_controller.js"></script>
<script src="script/view/ajax_handler.js"></script>
<script src="script/view/ajax_controller.js"></script>
</body>
</html>