-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.html
102 lines (93 loc) · 3.72 KB
/
main.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
100
101
102
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<!--bootstrap css framework-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!--css-->
<link rel="stylesheet" type="text/css" href="C:\Users\Gary\Desktop\Portfolio\css.css">
<!--jquerry-->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<!--jquerry-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<!--bootstrap-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body>
<!--header>
<div class="container" id="container" >
<div class="alert alert-light">
<div class="left" id="left">
<img src="C:\Users\Gary\Desktop\portfolio\Images\Logo1.jpg">
</div>
<div align="center">
<a href="" >About </a>
<a href="">Hobbies </a>
<a href="https://agirlwithknockedknees.blogspot.com">Blog </a>
</div>
<div class="right" id="right">
<a href="Contact.html" class="btn btn-light">Contact</a>
</div>
</div>
</div>
</header-->
<header>
<div class="container-fluid">
<div class="row">
<div class="col" style="background-color: #161616;">
<img src="C:\Users\Gary\Desktop\portfolio\Images\Logo1.jpg" align="right">
</div>
<div class="col" style="background-color:#3DCFD3;"><br><br><br>
<div align="center"><h3><u>MY PORTFOLIO</u></h3></div><br>
<div align="center"><u>
<b><a href="about.html" >About </a></u></b>
<b><u><a href="#">Hobbies </a></u></b>
<b><u><a href="#https://agirlwithknockedknees.blogspot.com">Blog </a></u></b>
<b><u><a href="Contact.html" >Contact</a></u></b>
</div>
</div>
<div class="col" style="background-color:#161616;" align="left">
<!--br><br><br><br><br> -->
<img src="C:\Users\Gary\Desktop\portfolio\Images\0.jpg"; >
</div>
</div>
</div>
<div class="hero">
<!div class="left">
<!img src="C:\Users\Gary\Desktop\portfolio\Images\1.jpg";>
<!img src="C:\Users\Gary\Desktop\portfolio\Images\0.jpg"; style="border-radius: 8px; max-width: 100%;
height: auto;"><!/div>
<img src="C:\Users\Gary\Desktop\portfolio\Images\5.jpg" style="max-width: 100%; height: auto; ">
<div class="mid">
<h5 align="right" style="padding: 5px">-Ishantt Garg</h5>
<h1 align="center"><u>Welcome To My Portfolio</u></h1>
<p>So, guys it's my first portfolio created and coded by me. I am just a rookie who is struggling to get into coding world. I am really greatful to y seniors for providing me this kind of project and I have tried not to let them down at all. Hope you will like this mini learning project. <br> Thanks!</p>
</div></div>
</header>
<center>
<h2>My failure Anthem !</h2>
<pre>
Work on my knees
Pressure to release
Free to please
Failure seize
Sorry I am alone
Working on my own
Today is gone
Shadow mourns
Biting nails
With short tales
I can’t fail
I have to sail.
Lone to live
Lone to die
Tomorrow is the day
I have to try
Fighting back
O holy crap
You are a chap
Move up your ass!
</pre></center><hr>
<footer>Copyright @ishantgary 2020. All rights reserve. </footer>
</body>
</html>