-
Notifications
You must be signed in to change notification settings - Fork 0
/
thoughts.html
65 lines (62 loc) · 1.81 KB
/
thoughts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Name - About</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #000;
margin: 0;
padding: 20px;
display: flex;
justify-content: space-between;
}
.main-content {
max-width: 600px;
}
img {
max-width: 150px;
height: auto;
}
a {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.nav {
text-align: right;
}
.nav a {
display: block;
margin-bottom: 5px;
}
</style>
</head>
<body>
<div class="main-content">
<a href="/philosophy.html"> philosophy </a> <br> <br>
<a href="/facebook.html"> who wants to build the next facebook? </a><br> <br>
<a href="/tscofh.html"> the supreme court of hell</a><br> <br>
<a href="/Я/.html" > Я </a><br> <br>
<a href="/darpa.html" >darpa (india)</a><br> <br>
<a href="/softpower.html" >soft power (india) </a><br> <br>
<a href="/china.html" >india is the next china (india) </a><br> <br>
<a href="/kaliyuga.html" >kaliyuga</a><br> <br>
<a href="/churches.html" >modern churches</a> <br> <br>
<a href="/sarabhai.html" >vikram sarabhai</a><br> <br>
<a href="/politics.html" >political philosophy</a><br> <br>
</div>
<div class="nav">
<a href="/thoughts.html">Thoughts</a>
<a href="#">Readings</a>
<a href="#">Questions</a>
<a href="#">Live</a>
</div>
</body>
</html>
</body>