-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.42 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 1.42 KB
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
---
layout: default
title: Varniro's
---
<head>
<link rel="stylesheet" href="Stylesheets/Stylesheet.css">
<link href="https://fonts.googleapis.com/css2?family=Cuprum&display=swap" rel="stylesheet">
</head>
<div class="parallax">
<h2>Welcome to</h2>
<h1>Varniro's</h1>
<a id="cc" href="#cc"><i class="fas fa-chevron-down fa-2x"></i></a>
</div>
<div class="first" id ="page1">
<p style = "margin:0px">Hey there! I am <span id="varn_text">Varniro</span>, I am a</p>
<ul id="horizontal-list">
<li><i class="fas fa-gamepad" id="controller_icon"></i>Game Dev</li>
<li><i class="fas fa-palette" id="palette_icon"></i><a href = "Gallery_Pages/Pixel_Art.html"> Pixel Artist</a> </li>
<li><i class="fas fa-music" id="music_icon"></i><a href = "Gallery_Pages/Chiptune.html"> Chiptune Composer </a></li>
<!--<li><i class="fas fa-star"id ="cube_icon" ></i><a href = "New/index.html"> Owo What's this? </a></li>-->
</ul>
<p id = "about">
I have been making games since 2019 and have worked on multiple projects as an Artist, Musician, Level Designer and Lead Programmer.
<br>
<br>
I am skilled in Pixel Art, C# for Unity2D, Chiptune composition, Level Designing and Story Writing.
</p>
</div>
<footer>
<h1>V's</h1>
<div id = "copyright">©2021 Varniro. All Rights Reserved.</div>
<ul>
<li><a href="https://twitter.com/varniro">Twitter</a></li>
<li><a href="https://soundcloud.com/varniro">SoundCloud</a> </li>
</ul>
</footer>