summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 5a34e749745a984947efa49f15a26caa31e58457 (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <title> Luhamus </title>
  
  <link href="css/style.css" rel="stylesheet"/>
  <link rel="icon" href="/img/favicon.ico">
</head>

<body>
  <div class="headerImage">
      <div class="imgContainer">
      <h1><span>Luhamus</span></h1>
      </div>
  </div>

  <nav>
	<a href="/">Home</a>
	<a href="about">About</a>
	<a href="https://git.luhamus.com">Git</a>
	<a href="contact">Contact</a>
  </nav>
  <hr/>

  <section class="main">
      
<div class="intro">
  <h2>Hello and Welcome!</h2>

  <p>
	My name is Rasmus. I am studying Computer Science and Physics
  </p>

</div>

<div class="afterIntro">

  <div class="left">
	<h3>Food for Thought</h3>

	<section>
	<div class="people">
	  <h4>Some pople I look up to</h4>
	  <ul>
		<li>Lex Fridman</li>
		<li>Elon Musk</li>
	  </ul>
	</div>
	<div class="writers">
	  <h4>Some writers I appreciate</h4>
	  <ul>
		<li>Albert Camus</li>
		<li>Dostojevski</li>
		<li>Isac Asiimov</li>
		<li>Hemmingway</li>
	  </ul>

	</div>
	</section>

	<div class="quote">
	  <p>
          "You're an interesting species. An interesting mix. You're capable
          of such beautiful dreams, and such horrible nightmares.
          You feel so lost, so cut off, so alone, only you're not.
          See, in all our searching, the only thing we've found
          that makes the emptiness bearable, is each other."
		  <br/>
		  ― Carl Sagan
	  </p>
	</div>

  </div>

  <div class="right">
	<h3>Corner of Cool</h3>
	<figure>
	  <img alt="cool gif" src="/img/gif/2.gif"/>
	  <figcaption><i><small>Space Thing</small></i></figcaption>
	</figure>
  </div>

</div>

  </section>

  <hr/>
  <footer>&copy <i>footer 2022</i></footer>

</body>
</html>