-
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.
modified: index.css modified: index.html new file: popdxo/index.html I added my profile to the site instead of using carrd. Still not finished but I'm tired
- Loading branch information
Showing
4 changed files
with
107 additions
and
11 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="/index.css"> | ||
<link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet'> | ||
<title>popd</title> | ||
</head> | ||
<body> | ||
<h1>popd</h1> | ||
<div class="introdiv" style="background-image: linear-gradient(to bottom right, pink, lightcyan); margin-top:10px"> | ||
<div class="flex" style="padding: 5px;"> | ||
<div class="frostedglass introtext" style="margin: 10px; font-size: 6vw;">popdxo | ||
<img src="https://avatars.githubusercontent.com/u/63986294?v=4" style="border-radius:2vw; width: 27vw; padding-top: 1vw;"> | ||
</div> | ||
<div class="frostedglass introtext" style="margin: 10px;"> | ||
Highschool student that has interestests in everything computer related n stuff. I think I'm generally chilled out person. I'm interested in design, reverse engineering, and coding. When I touch grass I play Pickelball. | ||
</div> | ||
</div> | ||
<div class="flex" style="margin: -5px 10px 0 10px; padding-bottom: 5px;"> | ||
<a href="https://github.com/popdxo" class="frostedglass linkbutton">GitHub | ||
<img src="/images/github-mark-white.svg" class="linkicon"> | ||
</a> | ||
<a href="https://discordapp.com/users/445022016060260358/" class="frostedglass linkbutton">Discord | ||
<img src="/images/discord-mark-white.svg" class="linkicon"> | ||
</a> | ||
<a href="https://steamcommunity.com/id/popdxo/" class="frostedglass linkbutton">Steam | ||
<img src="/images/steam-icon.svg" class="linkicon"> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="introdiv" style="background-color: dimgray;"><h1 style="font-family: Comfortaa; padding: 10px;">Projects</h1></div> | ||
<div class="introdiv flex" style="background-color: rgb(58,58,58); padding: 1vw;"> | ||
<p class="frostedglass linkbutton kms">popd.site</p> | ||
<p class="frostedglass linkbutton kms">popdMC server</p> | ||
<p class="frostedglass linkbutton kms">Matrix Private Server</p> | ||
</div> | ||
</html> |