-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoems.html
32 lines (25 loc) · 1.82 KB
/
poems.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Miscellaneous</title>
<style>
a:hover {background-color: #ffffd0;}
body{font-family: Georgia;}
</style>
</head>
<body>
<a href="index.html" style="text-decoration: none"> <h4> Back to Home!</h4> </a>
<h2 style="text-align: center;"> Worldly Delights </h2>
<center> <i> "A reader lives a thousand lives before he dies . . . The man who never reads lives only one" - George R.R Martin </i> </center> <br>
<p style="text-align: left; padding-left: 60px;"> <strong> Poems</strong>: I love to write about things, some of which can be seen and some not! <a href="https://drive.google.com/drive/folders/1WutmG16tzpg56OtSNkV4OiZSlSBkAvU0?usp=sharing" style="text-decoration: none"> This </a> refers to a bunch of poems and proses that I wrote around 2020 - 2021. </p>
<br>
<p style="text-align: left; padding-left: 60px;"><strong>Novels / Fictions </strong>: I love to read! Let me know if you plan to team up for reading one! <a href="https://www.goodreads.com/user/show/95746397-arnab" style="text-decoration: none"> Here </a>are some I read and some are waiting :) </p>
<br>
<p style="text-align: left; padding-left: 60px;"> <strong> OR & Programming</strong>: I love Mathematics and got fascinated by Numerical Optimization. I wrote some code snippets which would solve a problem using Simplex & it's Variations like the Big-M Method, Dual Simplex, 2 Phase Simplex etc., Assignment and Transportation Problem.</p>
<br> <br> <br>
<p style="text-align: center;"> Hit me up if you have got something! I am planning to start a blog! Stay tuned ;)</p>
</body>
</html>