-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f1cdd1
commit 397aa17
Showing
5 changed files
with
53 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>About me</title> | ||
<title>octet's website / About me</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>octet's website / About me</h1> | ||
<a id="mb" style="position: absolute;top: 10px;left: 500px;" href="index.html">home</a> | ||
<a id="mb" style="position: absolute;top: 10px;left: 600px;" href="creations.html">creations</a> | ||
</header> | ||
<div class="center"> | ||
<h1>octet's Site / About me</h1> | ||
<p>Hello! I am from the USA and have a interest in computers</p> | ||
<p>Alot of websites have a about me but im not too sure what to put here lol</p> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<a id="mb" href="index.html">go back</a> | ||
</div> | ||
<div class="footer"> | ||
<a href="https://github.com/DebianProgrammer"> | ||
<img src="github.svg" width="100px" height="100px"> | ||
</a> | ||
<a href="discord.html"> | ||
<img src="discord.svg" width="100px" height="100px"> | ||
</a> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Creations</title> | ||
<title>octet's website / Creations</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>octet's website / Creations</h1> | ||
<a id="mb" style="position: absolute;top: 10px;left: 500px;" href="index.html">home</a> | ||
<a id="mb" style="position: absolute;top: 10px;left: 600px;" href="aboutme.html">about me</a> | ||
</header> | ||
<div class="center"> | ||
<h1>octet's Site / Creations</h1> | ||
<a style="color: #8ebf42" href="https://github.com/DebianProgrammer/netpyfile">netpyfile -- pure python file transfer</a> | ||
<br> | ||
<br> | ||
<a style="color: #8ebf42" href="https://github.com/DebianProgrammer/pyfile">pyfile -- pure python file browser</a> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<a id="mb" href="index.html">go back</a> | ||
</div> | ||
<div class="footer"> | ||
<a href="https://github.com/DebianProgrammer"> | ||
<img src="github.svg" width="100px" height="100px"> | ||
</a> | ||
<a href="discord.html"> | ||
<img src="discord.svg" width="100px" height="100px"> | ||
</a> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Discord</title> | ||
<title>octet's website / Discord</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>octet's website / Discord</h1> | ||
<a id="mb" style="position: absolute;top: 10px;left: 500px;" href="index.html">home</a> | ||
<a id="mb" style="position: absolute;top: 10px;left: 605px;" href="creations.html">creations</a> | ||
<a id="mb" style="position: absolute;top: 10px;left: 790px;" href="aboutme.html">about me</a> | ||
</header> | ||
<div class="center"> | ||
<h1>octet's Site / Discord</h1> | ||
<p>octet-stream#0393</p> | ||
<a style="color: #8ebf42" href="https://discord.gg/HjwtQnE">Join my discord server</a> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<a id="mb" href="index.html">go back</a> | ||
</div> | ||
<div class="footer"> | ||
<a href="https://github.com/DebianProgrammer"> | ||
<img src="github.svg" width="100px" height="100px"> | ||
</a> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters