-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ApocalypseCalculator/main
Improvements :D
- Loading branch information
Showing
15 changed files
with
307 additions
and
244 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
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 |
---|---|---|
|
@@ -5,37 +5,47 @@ | |
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> | ||
<link href="../css/navbar.css" rel="stylesheet" type="text/css" /> | ||
<link href="../css/base.css" rel="stylesheet" type="text/css" /> | ||
<link href="/css/navbar.css" rel="stylesheet" type="text/css" /> | ||
<link href="/css/base.css" rel="stylesheet" type="text/css" /> | ||
<link href='https://cdn.jsdelivr.net/npm/[email protected]/main.min.css' rel='stylesheet' /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/main.min.js"></script> | ||
<script src="../js/calendar.js"></script> | ||
<link href="../css/calendar.css" rel="stylesheet" type="text/css" /> | ||
<script src="/js/calendar.js"></script> | ||
<link href="/css/calendar.css" rel="stylesheet" type="text/css" /> | ||
<title>cuilu | Calendar</title> | ||
<link rel="icon" type="image/png" size="32x32" href="/img/logo-dark.png"> | ||
<link rel="apple-touch-icon" type="image/png" href="/img/logo-dark.png"> | ||
<meta property="og:site_name" content="cuilu"> | ||
<meta name="og:description" content=""> | ||
<meta name="og:image" content="https://justinlu.ca/img/logo-dark.png"> | ||
</head> | ||
|
||
<body onresize="resized()"> | ||
<div id="bar"> | ||
<div id="navbar-bkg"> | ||
<div id="navbar"> | ||
<a href="../index.html"> | ||
<a href="/"> | ||
<div class="item-navbar" id="home-wrap"> | ||
<span class="home-name any-item">CUILU</span> | ||
<img class="home-logo any-item" draggable="false" src="../img/logo-dark.png" /> | ||
</div> | ||
</a> | ||
<img src="../img/hamburger-icon.svg" class="hamburger-icon any-item" onclick="collapse()"> | ||
<div id="col"> | ||
<a class="any-item item-navbar" href="../blog/index.html">BLOG</a> | ||
<a class="any-item item-navbar" href="../clubs/index.html">CLUBS</a> | ||
<a class="any-item item-navbar" href="/blog/">BLOG</a> | ||
<a class="any-item item-navbar" href="/clubs/">CLUBS</a> | ||
<a class="any-item bold-navbar">CALENDAR</a> | ||
<a class="any-item item-navbar" href="../testimonials/index.html">TESTIMONIALS</a> | ||
<a class="any-item item-navbar" href="../about/index.html">ABOUT</a> | ||
<a class="any-item item-navbar" href="/testimonials/">TESTIMONIALS</a> | ||
<a class="any-item item-navbar" href="/about/">ABOUT</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="slider"></div> | ||
<div id="hamburger-par"> | ||
<a class="hamburger-bold">BLOG</a> | ||
<a class="hamburger-item" href="/clubs/">CLUBS</a> | ||
<a class="hamburger-item" href="/calendar/">CALENDAR</a> | ||
<a class="hamburger-item" href="/testimonials/">TESTIMONIALS</a> | ||
<a class="hamburger-item" href="/about/">ABOUT</a> | ||
<a class="hamburger-item" href="../blog/index.html">BLOG</a> | ||
<a class="hamburger-item" href="../clubs/index.html">CLUBS</a> | ||
<a class="hamburger-bold">CALENDAR</a> | ||
|
@@ -56,8 +66,7 @@ <h1 style="padding-top: 40px">Calendar</h1> | |
</div> | ||
<div class="footer"> | ||
<div class="footer-title-par"> | ||
<p class="footer-title">This website was made from scratch by <span style="font-weight: 700">Justin Lu, | ||
Nicole Cui, Eric Shim, and Diana Lin</span> as a mock for an improved student website :D</p> | ||
<p class="footer-title">This website was made from scratch by <span style="font-weight: 700">Justin Lu, Nicole Cui, Eric Shim, and Diana Lin</span> as a mock for an improved student website :D</p> | ||
</div> | ||
<hr class="footer-bar"> | ||
<div class="foooter-icon-par"> | ||
|
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
Oops, something went wrong.