summaryrefslogtreecommitdiff
path: root/main.html
blob: 470f2bfb4e1f809c66ab2c74aaf585cf31fc3836 (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
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang = "en">
	<head>
		<meta charset="UTF-8">
		<meta name="description" content="Under construction!">
		<link rel="stylesheet" href=/beauty.css>
		<link rel="icon" href="icon.png" type="image/png">

		<title>
			Twoexem
		</title>
	</head>
	
	<body>
		<header>
			<h1>Welcome to Twoexems internet website!</h1>
			<!--<div class=subheader>Please don't DDoS it</div>-->
		</header>
		<hr>
		<main>
			<!--Here is some stuff to look at:-->
			<div class=text>
						This site is still under development and not complete. Most of the links aren't fully done yet and may lead to incomplete or missing pages.
			</div>
			<br>
			<div class="grid">
				<div class=title>
					<i>About Me</i>
					<div class=image>
							<a href=/abtm>
								<img src=/resources/abtm/thumb.jpg alt="A stylized image of twoexem.">
							</a>
						</div>
					</div>

				<div class=title>
					<i>My Collection</i>
						<div class=image>
							<a href=/collection>
								<img src=/resources/collection/thumb.jpg alt="A photograph of a shelf full of old audio and video equipment.">
							</a>
						</div>
					</div>

				<div class=title>
					<i>Software & Hardware</i>
					<div class=image>
						<a href=/swhw>
							<img src=/resources/swhw/thumb.jpg alt="A photograph of the inside of the server hosting this website, a Dell Precision T7500.">
						</a>
					</div>
				</div>
				<div class=title>
					<i>Photography</i>
					<div class=image>
						<a href=/photography>
							<img src="/resources/photography/thumb.jpg" alt="A beautiful analog photograph of a summer landscape.">
						</a>
					</div>
				</div>
				<div class=title>
					<i>Videography</i>
					<div class=image>
						<a href=/videography>
							<img src="/resources/videography/thumb.jpg" alt="A self-photograph of the Panasonic NV-GS400 camcorder.">
						</a>
					</div>
				</div>
				<div class=title>
					<i>Tinkering</i>
					<div class=image>
						<a href=/tinkering>
							<img src=/resources/tinkering/thumb.jpg alt="A photograph of a clean workbench with laboraty items such as a CRT monitor, solder fume ventilation system, a function generator and an oscilloscope along other things.">
						</a>
					</div>
				</div>

			</div>
			<br><br>
			
			<div class="button">
				<div>
					<!--<a rel="license" href="licenses" target=_blank>Images and videos on this website are licensed under the CC BY-SA 4.0 License. The full website source code (HTML and CSS files) is licensed under the MIT license. Fonts have their own licenses. Click this button to see all used licenses and the source code.-->
					<a rel="license" href="legal">Legal & Licenses</a>
				</div>
			</div>
			<br>
			<div class="button">
				<div>
					<a href=https://git.twoexem.com>cgit server</a>
				</div>
			</div>
			<br>
			<div class="button">
				<div>
					<a href=mailto:twoexem@gmail.com>Contact / Feedback</a>
				</div>
			</div>
		</main>
	</body>

</html>