-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheblog.html
72 lines (60 loc) · 3.24 KB
/
Theblog.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=ABeeZee:400i|Patrick+Hand|Dosis:500" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="Theblog.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="shortcut icon" href="favicon.png">
<title> |The Blog | </title>
<style>
#resume{
font-size: 20px;
/*margin-right:200px*/;
margin-top: 10px;
text-align: center;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand brand " id="help" href="index.html">("Vikas Yadav");</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="acedemics.html"><i class="fas fa-clipboard-list"></i> ACADEMICS</a></li>
<li><a href="skills.html"><i class="fas fa-toolbox"></i> SKILLS</a></li>
<li><a href="myproject.html"> <i class="fas fa-cogs"></i> PROJECTS</a></li>
<li><a href="Welcomeblogpage.html"> <i class="fab fa-blogger"></i> BLOG </a></li>
<li><a href="contact.html"></i>CONTACT ME <i class="fas fa-at"></i></a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="jumbotron">
<h1 style="color: blue" id="heading">The Job, Life and Dreams</h1>
<p style="font-size: 25px"><b> I think Life, Dream and Job is related. When I was in college not me almost all of friends wanted to get placed so that they can get money. Now things are changed. I think now everyone want to do something which make Impact. Meaning of life sort of changed, Means dream actually changed. Date: 23/Jan/2021</b></p>
<!-- <div class="thecontainer" style="text-align: center;font-size:30px">
<p>I'm a <strong style="font-size:40px"><span style="color:green" class="typed-text"></span><span class="cursor"> <span></strong></p></div>
</div> -->
<!-- here jumbotron ends -->
</div>
<script src="Theblog.js" ></script>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>