Change font of sponsors
This commit is contained in:
parent
0534b76b1d
commit
87ee000203
3 changed files with 8 additions and 6 deletions
|
@ -122,9 +122,9 @@ footer.page-footer {
|
|||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.sponsors h3 {
|
||||
font-weight: 700;
|
||||
font-family: Helvetica, sans-serif;
|
||||
.sponsors h2 {
|
||||
font-weight: 600;
|
||||
font-family: "Archivo Narrow", "Helvetica", sans-serif;
|
||||
}
|
||||
|
||||
.silver-sponsors img {
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous">
|
||||
<link href="../static/css/materialize.min.css" rel="stylesheet">
|
||||
<link href="../static/css/style.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow:600" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
|
||||
<!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -108,15 +108,15 @@
|
|||
<div class="container">
|
||||
<div class="row center sponsors">
|
||||
<div class="platinum-sponsors">
|
||||
<h3>Platinum Sponsors</h3>
|
||||
<h2>Platinum Sponsors</h2>
|
||||
<div class="sponsor-name">WPI Computer Science</div>
|
||||
</div>
|
||||
<div class="silver-sponsors">
|
||||
<h3>Silver Sponsors</h3>
|
||||
<h2>Silver Sponsors</h2>
|
||||
<img src="../static/img/sponsors/carbon-black.png">
|
||||
</div>
|
||||
<div class="bronze-sponsors">
|
||||
<h3>Bronze Sponsors</h3>
|
||||
<h2>Bronze Sponsors</h2>
|
||||
<img src="../static/img/sponsors/everquote.png">
|
||||
<img src="../static/img/sponsors/google.png">
|
||||
<img src="../static/img/sponsors/wakefly.png">
|
||||
|
|
Loading…
Add table
Reference in a new issue