You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.9 KiB
46 lines
1.9 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="../../static/site/favicon.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="../../default_style.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>Friends</title>
|
|
|
|
</head>
|
|
<body>
|
|
<audio autoplay="" loop="" src="./1999_wildfire_Justice_Der.mp3"></audio>
|
|
<div class="grid-container">
|
|
<img class="star2" src="star.png" style="grid-column: 4 / span 1; grid-row: 1 / span 1;">
|
|
<img class="star1" src="star.png" style="grid-column: 2 / span 1; grid-row: 2 / span 1;">
|
|
<img class="star3" src="star.png" style="grid-column: 8 / span 1; grid-row: 3 / span 1;">
|
|
|
|
<a href="https://theoryware.net/" class="friend" target="_blank" style="grid-column: 2; grid-row: 6;">
|
|
<img src="pfp/theorytoe.png">
|
|
<h1 class="caption">Theory Toe</h1>
|
|
</a>
|
|
<a href="https://theoryware.net/" class="friend" target="_blank" style="grid-column: 3; grid-row: 3;">
|
|
<img src="pfp/theorytoe.png">
|
|
<h1 class="caption">Theory Toe</h1>
|
|
</a>
|
|
<a href="https://theoryware.net/" class="friend" target="_blank" style="grid-column: 6; grid-row: 2;">
|
|
<img src="pfp/theorytoe.png">
|
|
<h1 class="caption">Theory Toe</h1>
|
|
</a>
|
|
<a href="https://theoryware.net/" class="friend" target="_blank" style="grid-column: 4; grid-row: 7;">
|
|
<img src="pfp/theorytoe.png">
|
|
<h1 class="caption">Theory Toe</h1>
|
|
</a>
|
|
<!-- <a href="https://example.com" class="friend" target="_blank" style="grid-column: 3; grid-row: 4;">
|
|
<img src="pfp/vertka.png" >
|
|
<h1 class="caption">Vertka</h1>
|
|
</a> -->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |