Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<title>Hactoberfest</title>
<!-- Latest compiled and minified CSS (Bootstrap) -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">

</head>
<body>
Expand Down Expand Up @@ -289,5 +291,17 @@ <h1 style="font-size: 25px;font-weight: 900;position: relative;left:25%;top:5px;
<img src="https://imgk.timesnownews.com/story/Ben_Stokes_training.jpg?tr=w-600,h-450,fo-auto" style="width: 600px; height: 400px; position: relative;left: 40px; border: 2px solid black;border-radius: 20px;box-shadow: 3px 3px 6px #000;margin-top: 10px;" alt="Ben Stokes">
<h1 style="font-size: 25px;font-weight: 900;position: relative;left:25%;top:5px;">Favourite Website: <span style="color: rgb(119, 0, 0);"><a href="https://leetcode.com/" style="cursor: pointer;">LeetCode</a></span></h1>
</div>

<div class="container" style="text-align: center;">
<div class="card" style="width: 80rem; background-color:aquamarine">
<center><button type="button" class="btn btn-outline-success " style="width: 200px; height: 50px; font-size: 20px; ">Avijit Bakshi</button></center>
<div class="text-center" style="padding-top: 20px; color: yellow;">
<h1>Favorite player: Cristiano Ronaldo</h1> <br> <br>
<img src="https://upload.wikimedia.org/wikipedia/commons/8/8c/Cristiano_Ronaldo_2018.jpg" class="rounded" style="height: 300px;" alt="Cristiano Ronaldo">
</div>
<h2 style="padding-top: 20px; color: Grey; font-size: 24px;">My Website: <a href="https://zcrete20pepperonizza.pythonanywhere.com/" style="color: green; font-weight: bold;">Pepperonizza</a></h2>
</div>
</div>

</body>
</html>