summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.index.html.swpbin0 -> 12288 bytes
-rw-r--r--index.html17
-rw-r--r--links.html3
-rw-r--r--style.css1
4 files changed, 16 insertions, 5 deletions
diff --git a/.index.html.swp b/.index.html.swp
new file mode 100644
index 0000000..bf429fe
--- /dev/null
+++ b/.index.html.swp
Binary files differ
diff --git a/index.html b/index.html
index ea126ac..bb20b98 100644
--- a/index.html
+++ b/index.html
@@ -11,13 +11,22 @@
<div>
<main>
<header>
- <h1>Hello, this is my website.</h1>
- Thanks for stopping by!
+ <h1><i>Welcome</i></h1>
</header>
- <h2>Well...</h2>
- <p>nya~</p>
+
+ <p>to my little corner fo the internet
+ where I share my thoughts on video games, art and music.
+ I love programming, and all of the projects I've written
+ can be found
+ <a href="https://git.pwyazha.ru/">on my git page</a></p>
+
+ <p>There's not much going on there, at least for now.
+ But eventually I'll start blogging.</p>
+
<img src="images/maxwell.gif"/>
+
<footer>
+ <p><i>nya~</i></p>
</footer>
</main>
</div>
diff --git a/links.html b/links.html
index c733114..2cc81e5 100644
--- a/links.html
+++ b/links.html
@@ -17,12 +17,13 @@
<h2><a href="https://git.pwyazha.ru">git</a></h2>
<footer>
+ <p></p>
</footer>
</main>
</div>
<div>
<ul>
- <li><h3><a href="index.html">Home</a></h3></li>
+ <li><h3><a href="index.html">home</a></h3></li>
</ul>
</div>
</div>
diff --git a/style.css b/style.css
index 43e199e..2e9b617 100644
--- a/style.css
+++ b/style.css
@@ -23,6 +23,7 @@ footer {
ul {
list-style-type: none;
margin: 0;
+ margin-left: 10px;
padding: 0;
}