Add badge icon stuff
This commit is contained in:
parent
61d8592764
commit
49ca301ef6
@ -3,8 +3,6 @@
|
||||
<head>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
||||
<link href="/styles/buttons.css" type="text/css" rel="stylesheet" />
|
||||
<!-- These are just to make the big buttons look nice. Feel free to block -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
|
||||
<title>9iron</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,6 +17,7 @@
|
||||
<div class="section">
|
||||
<h1>Current Modpacks</h1>
|
||||
<div class="subcontainer">
|
||||
<i class="badge fa fa-star"></i>
|
||||
<h2>Material Energy^5</h2>
|
||||
<p><code>me5.mc.9iron.club</code></p>
|
||||
<p><a href="/files/me5.zip">Download</a> (MultiMC)</p>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
||||
<link href="/styles/styles.css" type="text/css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
|
||||
<link href="/favicon.ico" rel="shortcut icon" />
|
||||
<link rel="alternate" href="/feed" title="9iron RSS Feed" type="application/rss+xml" />
|
||||
<!-- No FOUC -->
|
||||
|
@ -75,6 +75,10 @@ div.break {
|
||||
margin: 2em auto;
|
||||
border-bottom: 3px double var(--line);
|
||||
}
|
||||
i.badge {
|
||||
font-size: 200%;
|
||||
float: right;
|
||||
}
|
||||
img.bigimg {
|
||||
border-radius: 8px;
|
||||
box-shadow: 5px 5px var(--shadow);
|
||||
|
Loading…
Reference in New Issue
Block a user