-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
f03cbf6
commit 8b057cd
Showing
60 changed files
with
2,733 additions
and
742 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -285,15 +285,108 @@ | |
</nav> | ||
</header> | ||
<div id="content" class="text-light" style="padding-top:5rem !important;"> | ||
<head> | ||
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap" rel="stylesheet"> | ||
<style> | ||
.full-background { | ||
/* /* all: unset; */ | ||
background-color: white; | ||
width: 100%; /* Spans full width of parent/container */ | ||
/* min-height: 50vh; */ | ||
/* margin: 0; */ | ||
/* margin-top: 50vh; */ | ||
/* padding: 0; */ | ||
/* position: relative; */ | ||
/* display: block; */ | ||
/* overflow: hidden; */ | ||
} | ||
.full-background, .full-background * { | ||
color: black; | ||
font-family: 'Merriweather', serif; | ||
|
||
} | ||
|
||
body { | ||
background: url("/static/about_pics/awards.jpeg") no-repeat center center fixed; */ | ||
-webkit-background-size: cover; | ||
-moz-background-size: cover; | ||
background-size: cover; | ||
-o-background-size: cover; | ||
padding-bottom: 0; | ||
} | ||
button { | ||
background: lightgrey; | ||
border: 3px solid white; | ||
border-color: #FFFFFF; | ||
color: white; | ||
padding: 15px 32px; | ||
text-align: center; | ||
text-decoration: none; | ||
display:inline-block; | ||
} | ||
.register-button { | ||
display: inline-block; | ||
padding: 15px 30px; | ||
text-align: center; | ||
font-size: 16px; | ||
color: #636363; | ||
border: 2px solid #636363; | ||
background-color: white; | ||
text-transform: uppercase; | ||
text-decoration: none; | ||
transition: all 0.3s ease-in-out; | ||
} | ||
|
||
.register-button:hover { | ||
color: white; | ||
background-color: black; | ||
border: 2px solid black; | ||
} | ||
.tail-background { | ||
/* /* all: unset; */ | ||
background-color: #032c4e; | ||
width: 100%; /* Spans full width of parent/container */ | ||
} | ||
</style> | ||
</head> | ||
<div class="container text-center"> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<h1 style="font-size: 4rem; text-align: center;"> | ||
AWARDS | ||
</h1> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
</div> | ||
|
||
<div class="row" style="height: 10vh"></div> | ||
|
||
|
||
|
||
<div class="full-background" style=""> | ||
<div class="container text-center"> | ||
<div class="row text-left"> | ||
<div class="col-md-2"> | ||
</div> | ||
<div class="col-md-8"> | ||
<br> | ||
<p><!-- This is a comment and will not appear in the rendered output --></p> | ||
<h2>Award Guidelines</h2> | ||
<p>UCBMUN will follow Best Delegate’s most recent system for allocating points for awards:</p> | ||
|
@@ -307,48 +400,53 @@ <h2>Individual Delegate Awards</h2> | |
<h2>Delegation Awards</h2> | ||
<p>Best Large Delegation, Best Small Delegation, Outstanding Large Delegation, and Outstanding Small Delegation.</p><p>Small delegations are delegations between six and twelve delegates, while large delegations are thirteen or more delegates.</p><p>Questions about award guidelines can be directed to [email protected] or [email protected].</p><p><strong>UCBMUN’s Delegation Awards are:</strong></p> | ||
<p>Best Large Delegation, Best Small Delegation, Outstanding Large Delegation, and Outstanding Small Delegation.</p> | ||
<p>Small delegations are delegations between eight and twelve delegates, while large delegations are thirteen or more delegates.</p> | ||
<p>Small delegations are delegations between six and twelve delegates, while large delegations are thirteen or more delegates.</p> | ||
<p>Questions about award guidelines can be directed to <a href="mailto:[email protected]">[email protected]</a> or <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
|
||
<br> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div> | ||
<footer class="bg-transperant footer"> | ||
|
||
<div class=container> | ||
<span class="text-light" > | ||
<div class="row" style="height: 5vh"></div> | ||
<div class="row"> | ||
<div class="col" style="width: 20vw"> | ||
<a href="https://www.instagram.com/ucbmun/" target="_blank" style="color: white;"> | ||
<img | ||
src="/static/instagram.png" | ||
style="width: 3vw; min-width: 35px; padding: 2%;" | ||
/> | ||
<strong>@ucbmun</strong> | ||
</a> | ||
</div> | ||
<div class="col" style="width: 20vw"></div> | ||
<a href="https://www.facebook.com/UCBMUNconference" target="_blank" style="color: white;"> | ||
<img | ||
src="/static/facebook.png" | ||
style="width: 2vw; min-width: 35px; padding: 2%;" | ||
/> | ||
<strong>@UCBMUNconference</strong> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="row" style="height: 5vh"></div> | ||
<p style="margin-top: 12px; text-align: center; color: white"> | ||
© Copyright 2023 by UC Berkeley Model UN | ||
</p> | ||
<div class="row" style="height: 5vh"></div> | ||
</span> | ||
|
||
|
||
<div class="tail-background"> | ||
<div class=container> | ||
<span class="text-light" > | ||
<div class="row" style="height: 5vh"></div> | ||
<div class="row"> | ||
<div class="col" style="width: 20vw"> | ||
<a href="https://www.instagram.com/ucbmun/" target="_blank" style="color: white;"> | ||
<img | ||
src="/static/instagram.png" | ||
style="width: 3vw; min-width: 35px; padding: 2%;" | ||
/> | ||
<strong>@ucbmun</strong> | ||
</a> | ||
</div> | ||
<div class="col" style="width: 20vw"></div> | ||
<a href="https://www.facebook.com/UCBMUNconference" target="_blank" style="color: white;"> | ||
<img | ||
src="/static/facebook.png" | ||
style="width: 2vw; min-width: 35px; padding: 2%;" | ||
/> | ||
<strong>@UCBMUNconference</strong> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="row" style="height: 5vh"></div> | ||
<p style="margin-top: 12px; text-align: center; color: white"> | ||
© Copyright 2023 by UC Berkeley Model UN | ||
</p> | ||
<div class="row" style="height: 5vh"></div> | ||
</span> | ||
|
||
</div> | ||
|
||
</div> | ||
</footer> | ||
</div> | ||
|
Oops, something went wrong.