-
Notifications
You must be signed in to change notification settings - Fork 3
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
0 parents
commit a43760a
Showing
3 changed files
with
77 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<meta charset="utf-8"> | ||
<title>mdva mele</title> | ||
<link rel="stylesheet" href="style/linkin-park.css"> | ||
<link rel="icon" type="image/png" href="favicon.png"> | ||
|
||
|
||
<div class="page"> | ||
<h1 class="title">MDVA Mele</h1> | ||
|
||
welcome to the website for mdva melee! i'm out here doing my best! ¯\_(ツ)_/¯ | ||
|
||
<h1 class="links">Links</h1> | ||
|
||
<p> | ||
<a href='https://www.start.gg/hub/md-va-melee/'> | ||
<img src='https://images.start.gg/images/profileWidgetPageLayout/2202290/image-0e16f8da81ced699cd668bf5d36c9a6c-optimized.png' width='204' alt='MDVA Melee start.gg Hub'> | ||
</a> | ||
</p> | ||
|
||
<p> | ||
<a href='https://discord.gg/dhSeNeB'> | ||
<img src='https://images.start.gg/images/profileWidgetPageLayout/2202290/image-0634fee523db7a90cde4c4e3969e7da2-optimized.png' width='204' alt='MDVA Melee Discord'> | ||
</a> | ||
</p> | ||
|
||
<p> | ||
<a href='https://twitter.com/mdvamelee'> | ||
<img src='https://images.start.gg/images/profileWidgetPageLayout/2202290/image-d956efaeb541b24f7fd140d20c6a3e76-optimized.png' width='204' alt='MDVA Melee Twitter'> | ||
</a> | ||
</p> | ||
|
||
<p> | ||
<a href='https://www.start.gg/hub/md-va-melee/schedule?sortBy=startAt%20ASC'> | ||
<img src='https://images.start.gg/images/profileWidgetPageLayout/2202290/image-56b9cadcf543e2b9e98d5c4fa4cb6029-optimized.png' width='204' alt='MDVA Melee Calendar?'> | ||
</a> | ||
</p> | ||
|
||
<p> | ||
<a href='https://braacket.com/league/mdvafallwinter2023/'> | ||
<img src='https://braacket.com/assets/images/game/ssbm/bg/main.jpg?v=1.1.86.1' width='204' height='58' alt='MDVA Melee Braacket 2023 Winter'> | ||
<-- Braacket | ||
</a> | ||
</p> | ||
|
||
<h1 class="pictures">Community Pictures</h1> | ||
<img src='https://media.tenor.com/VnUhg-dyOxIAAAAd/super-smash-bros-melee-melee.gif' width='250' alt='Junebug'> | ||
<img src='https://i.pinimg.com/originals/3a/36/53/3a3653a17fa9c2d673029169f278c24d.gif' width='250' alt='GameCube'> | ||
<img src='https://ssb.wiki.gallery/images/thumb/3/3f/CaptainFalcon-Left-Taunt-SSBM.gif/200px-CaptainFalcon-Left-Taunt-SSBM.gif' width='250' alt='Racer'> | ||
<img src='https://media.tenor.com/jNEC2el0bNQAAAAC/smash-melee.gif' width='250' alt='Captain Falco'> | ||
<img src='https://media.tenor.com/g-d46lgPF6kAAAAC/marth-melee-marth.gif' width='250' alt='Marth Cool'> | ||
|
||
|
||
</div> |
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,22 @@ | ||
body { | ||
margin: 3em 8%; | ||
font-family: Helvetica, Arial, sans-serif; | ||
color: black; | ||
background-color: #f0ee0c; | ||
} | ||
|
||
div.page { | ||
max-width: 40em; | ||
margin: 0 auto; | ||
} | ||
|
||
h1 { | ||
justify-content: space-between; | ||
font-variant: small-caps; | ||
text-align: center; | ||
font-size: 260%; | ||
margin: 2em 0 0.5em 0; | ||
padding: .25em 0; | ||
color: blue; | ||
background-color: #ff2c2c; | ||
} |