-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
99 lines (95 loc) · 5.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pushpinder Singh</title>
<!--Import Google Material Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="css/materialize.min.css">
<!-- Import font awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<!-- Import external stylesheet -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<header>
<div class="row">
<div class="col s2 m2 l1 "><img src="img/pushpinder.jpg" alt="A pic of Pushpinder Singh" class="personalpic circle responsive-img">
</div>
<div class="col s7 m7 l4 offset-s3 offset-m3 offset-l7">
<div class="header-content right-align">
<h4 id="name">Pushpinder Singh</h4>
<p class="flow-text">Front End Engineer</p>
</div>
</div>
</div>
<hr>
</header>
<div class="carousel">
<img width=100% src="img/code.jpg" alt="A picture of Computer code " >
</div>
<div class="featured work">
<h2>Featured work</h2>
<div class="row">
<div class="col s12 m6 l4 image1">
<div class="card small">
<div class="card-image">
<img class="responsive-img" src="img/currency_bot.png" alt=" A picture of currency bot">
<span class="card-title blue-text">Bot</span>
</div>
<div class="card-content">
<p> A Currency Conversion Dialogflow Bot</p>
</div>
<div class="card-action ">
<a class="blue-text" href="https://github.com/PushpinderSinghGrewal/currency-conversion-bot">View <i class="fa fa-eye"></i></a>
</div>
</div>
</div>
<div class="col s12 m6 l4 image2">
<div class="card small">
<div class="card-image">
<img class="responsive-img" src="img/quizapp.jpg" alt="A picture of Quiz game">
<span class="card-title blue-text">Quiz </span>
</div>
<div class="card-content">
<p> A Quiz game built in Core Java</p>
</div>
<div class="card-action">
<a class="blue-text" href="https://github.com/PushpinderSinghGrewal/QuizApp">View <i class="fa fa-eye"></i></a>
</div>
</div>
</div>
<div class="col s12 m6 l4 image3">
<div class="card small">
<div class="card-image">
<img class="responsive-img" src="img/lanchatapp.jpg" alt="A picture of Lan chat application">
<span class="card-title blue-text">Lan Chat Application </span>
</div>
<div class="card-content">
<p> A Chat Application built in Core Java</p>
</div>
<div class="card-action">
<a class="blue-text" href="https://github.com/PushpinderSinghGrewal/lan-chat-app">View <i class="fa fa-eye"></i></a>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="valign center">
<p> <i style="padding-top:10px;" class="material-icons">phone</i> Want to get in touch?
<i class="material-icons">arrow_downward </i></p>
<a href="https://www.instagram.com/pndrgrewal/" target="_blank" class=" btn btn-sm btn-outline-dark"><i class="fa fa-instagram"></i> Instagram</a>
<a href="https://www.medium.com/@pndrgrewal12" target="_blank" class="btn btn-sm btn-outline-dark"><i class="fa fa-medium"></i> Medium</a>
<a href="https://github.com/PushpinderSinghGrewal" target="_blank" class="btn btn-sm btn-outline-dark"><i class="fa fa-github"></i> Github</a>
<a href="mailto:pndrgrewal12@gmail.com" class="m-2 btn btn-sm btn-outline-dark"><i class="fa fa-envelope"></i> E-Mail</a>
<p class="mt-3"> ©The Punjabi Geek</p>
</div>
</footer>
</div>
</body>
</html>