-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlatestnews.html
78 lines (68 loc) · 3.56 KB
/
latestnews.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SEAM – Sustainability in Engineering at McGill.</title>
<link rel="shortcut icon" type="image/png" href="images/2021/SEAM-logo/seam_logo_drawing_circle.png"/>
<!-- Add new css stylesheets here -->
<link rel='stylesheet' href='css/font-1.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/bootstrap.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/font-awesome.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/style.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/responsive.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/style-SEAM-website.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/style-SEAM-navbar.css' type='text/css' media='all' />
<body class="custom-background">
<header id="home" class="header" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
<!-- <div id="main-nav" class="navbar navbar-inverse" role="banner"> -->
<div class="banner">
<div class="navbar-container">
<a href="http://seam.mcgilleus.ca/"><img src="images/2021/SEAM-logo/seam_full_logo-1117X867.jpg" width="81px" alt="SEAM" height="60px" class="navbar-logo"></a>
<nav>
<ul>
<!-- Update the href attributes for the navigation links -->
<li><a href="aboutus.html">ABOUT</a></li>
<li><a href="latestnews.html">EVENTS</a></li>
<li><a href="team.html">THE TEAM</a></li>
<li><a href="resources.html">RESOURCES</a></li>
</ul>
</nav>
</div>
</div> <!-- / END TOP BAR -->
</header>
</div>
<!-- Include jQuery and other scripts if needed -->
<script type='text/javascript' src='js/jquery/jquery.js'></script>
<script type='text/javascript' src='js/jquery/jquery-migrate.min.js'></script>
<!-- Include other JavaScript files if needed -->
<!-- Additional styles specific to the latestnews.html file -->
<style type="text/css">
/* Add any additional styles specific to the latestnews.html file here */
</style>
</head>
<body class="custom-background">
<!-- Include the header section if needed -->
<header id="home" class="header" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
<!-- Your header content goes here -->
</header>
<!-- Latest News Section -->
<section class="latest-news">
<div class="container">
<div class="section-header">
<h2 class="dark-text">UPCOMING EVENTS</h2>
</div><!-- END .section-header -->
<div class="clear"></div>
<!-- Embedded google calendar -->
<iframe src="https://calendar.google.com/calendar/embed?src=mcgilleus.ca_ekskdq4nbb9cictsuorucilv0c%40group.calendar.google.com&ctz=America%2FToronto" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
<p></p>
</div>
</section>
<!-- Include the footer section if needed -->
<footer>
<!-- Your footer content goes here -->
</footer>
<!-- Include additional scripts if needed -->
<script type='text/javascript' src='path-to-your-additional-script.js'></script>
</body>
</html>