-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
161 lines (120 loc) · 7.34 KB
/
Copy pathabout.html
File metadata and controls
161 lines (120 loc) · 7.34 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,100,400" rel="stylesheet" type="text/css" />
<title>Hello, world!</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark sticky-top bg">
<div class="container">
<a style="text-decoration: none;" href="index.html">
<h1 class="navbar-brand" style="font-size: xx-large;">Praveen <span
style="margin-left: 3px; color: #8F2C40;">Bhardwaj</span></h1>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse container-fluid d-f" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 ">
</ul>
<div class="mx-0">
<nav class="nav nav-masthead justify-content-end top">
<a class="py-2 nav-link" style="color:white;font-size: large; " href="index.html"><span
class="span"> Home </span></a>
<a class="py-2 nav-link" style="color: #8F2C40;font-size: large; " href="#"><span class="span">
About </span></a>
<a class="py-2 nav-link" style="color: white;font-size: large;" href="projects.html"><span
class="span">
Projects </span></a>
<a class="py-2 nav-link" style="color: white;font-size: large;" id="downloadLink"
href="praveenbhardwaj.pdf" target="_blank" type="application/octet-stream"
download="praveenbhardwaj.pdf">Resume</a>
<a class="py-2 nav-link" style="color: white;font-size: large;" href="write.html"><span
class="span">
Writing </span></a>
<a class="py-2 nav-link" style="color: white;font-size: large; " href="contact.html"><span
class="span">
Contact </span></a>
</nav>
</div>
</div>
</div>
</nav>
<div class="container t-4 ">
<div class="row featurette align-items-center" style="padding-top: 25px;">
<div class="col-md-7 about-content order-md-1" id="one">
<br>
<p class="lead py-0" style="color: rgb(255, 255, 255); font-size: 25px;">
I'm a Multidisciplinary developer living in Greater Noida, Delhi. <br>
</p>
<p class="lead" style="color: rgb(206, 194, 194);">
Before moving to Delhi in 2016,
I have lived in a number of places where my curious foundation was laid.
I spent most of my time competitively sailing in Bihar,
where I competed my high school. In 2015 I came to patna and finshed
my heigher secondary eduaction as a Science student but I’ve always been
very interested in computers. I always wanted to learn how real technology was
being designed and built. I wanted to be in the heart of technology.
</p>
<p class="lead" style="color: rgb(206, 194, 194);">
In 2017, I took addmission in B. tech.
in Computer science and Engineering stream.
even though I started out as Computer Science major,
I switched to Interactive WebDesigning. I worked on
small interactive web projects, mostly in HTML and CSS.
Till the third year of my engineering i was familier with
HTML + CSS + JAVA SCRIPT, after that i worked alot on
BOOTSTRAP v3, v4 and now i am working on v5.
</p>
<p class="lead" style="color: rgb(206, 194, 194);">
In 2017, I took addmission in B. tech.
in Computer science and Engineering stream.
even though I started out as Computer Science major,
I switched to Interactive WebDesigning. I worked on
small interactive web projects, mostly in HTML and CSS.
Till the third year of my engineering i was familier with
HTML + CSS + JAVA SCRIPT, after that i worked alot on
BOOTSTRAP v3, v4 and now i am working on v5.
</p>
<p class="lead" style="color: rgb(206, 194, 194);">
<!-- I began my career as a graphic production artist at iWin,
a social gaming company, where I had a wide range of responsibilities
working with marketing, product and game development teams. -->
In September 2021 I Joined Infosys Limited as System Enginner and currently completing my
Training in SAP SD Stream.
</p>
<p class="lead" style="color: rgb(206, 194, 194);">
interested in my Projects? <a href="projects.html" style="color: #8F2C40; font-weight: bold;">Learn
More ></a>
</p>
</div>
<div class="col-md-5 about-new order-md-2">
<img src="1.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto"
width="450" height="1000" alt="">
</div>
</div>
</div>
<script>
</script>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous">
</script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
-->
</body>
</html>