-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.34 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/maincss.css">
<title>Abstract Cats 2021- Graphic, Sound And Software Design!</title>
</head>
<body>
<!--Body Wrapper-->
<wrapper class="Body_wapper">
<header id="header_main"><h3>TSG Design</h3></header>
<br>
<!--Navigation-->
<nav class="nav_top">
<ul >
<li><a href="http://www.abstractcats.org">Home</a></li>
<li><a href="http://www.abstractcats.org">Sound</a></li>
<li><a href="http://www.abstractcats.org">Visual</a></li>
</ul>
</nav>
</header>
<br>
<div class="section_1"><h3>Studies</h3>
<p>Coding:<br>
C#, Javascript, Python, C++, SQL...
</p>
</div>
<br>
<div class="section_2"><h3>The Visual Arts</h3>
<p>Mediums: <br>
Digial, Pencil/Ink, painting, assemblage.
</p>
</div>
<br>
<div class="section_3"><h3>Sound Arts</h3>
<p>Mediums:<br>
Computer, field recodring, guitar, keyboard/synth.
</p>
</div>
</wrapper>
<script src="js/mainjs.js"></script>
</body>
</html>