2022-12-29 23:58:01 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta https-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
2023-09-07 19:48:09 +00:00
|
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
<link rel="icon" type="image/png" href="/favicon.ico">
|
2022-12-29 23:58:01 +00:00
|
|
|
<title>IC Anime Society</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<!-- Navbar -->
|
|
|
|
<nav class="navbar navbar-inverse navbar-fixed-top">
|
|
|
|
<div class="container">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
|
|
|
|
aria-expanded="false" aria-controls="navbar">
|
|
|
|
<span class="sr-only">Toggle Navigation</span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
2023-09-07 19:48:09 +00:00
|
|
|
<a href="/">
|
|
|
|
<img src="/images/logo.png" id="logo">
|
2022-12-29 23:58:01 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div id="navbar" class="navbar-collapse collapse">
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
|
|
|
|
<li>
|
2023-09-07 19:48:09 +00:00
|
|
|
<a href="/">Home</a>
|
2022-12-29 23:58:01 +00:00
|
|
|
</li>
|
|
|
|
|
|
|
|
<li class="dropdown">
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
|
|
|
|
aria-expanded="false">About Us<span class="caret"></span></a>
|
|
|
|
<ul class="dropdown-menu">
|
2023-09-07 19:48:09 +00:00
|
|
|
<li><a href="/about">Who we are</a></li>
|
|
|
|
<li><a href="/committee">Committee</a></li>
|
2022-12-29 23:58:01 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li class="dropdown">
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
|
|
|
|
aria-expanded="false">What we Do<span class="caret"></span></a>
|
|
|
|
<ul class="dropdown-menu">
|
2023-09-07 19:48:09 +00:00
|
|
|
<li><a href="/manga">Manga club</a></li>
|
|
|
|
<li><a href="/library">Manga Library</a></li>
|
2022-12-29 23:58:01 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a
|
|
|
|
href="https://www.imperialcollegeunion.org/shop/club-society-project-products/animesoc-products">Join
|
|
|
|
Now!</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Carousel -->
|
|
|
|
<!-- ====================== -->
|
|
|
|
|
|
|
|
<!-- Indicators -->
|
|
|
|
<div id="carousel" class="carousel slide" data-ride="carousel">
|
|
|
|
<ol class="carousel-indicators">
|
|
|
|
<li data-target="#carousel" data-slide-to="0" class="active"></li>
|
|
|
|
<li data-target="#carousel" data-slide-to="1"></li>
|
|
|
|
<li data-target="#carousel" data-slide-to="2"></li>
|
|
|
|
<li data-target="#carousel" data-slide-to="3"></li>
|
|
|
|
<li data-target="#carousel" data-slide-to="4"></li>
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
<!-- Slides -->
|
|
|
|
<div class="carousel-inner" role="listbox">
|
|
|
|
<div class="item active">
|
2023-09-07 19:48:09 +00:00
|
|
|
<img src="/images/photos/header.jpg" alt="Header">
|
2022-12-29 23:58:01 +00:00
|
|
|
<div class="carousel-caption">
|
|
|
|
<h1>Imperial College Anime Society</h1>
|
2023-09-07 19:48:09 +00:00
|
|
|
<p><a class="btn btn-lg btn-primary" href="/about" role="button">More about us</a></p>
|
2022-12-29 23:58:01 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="item">
|
2023-09-07 19:48:09 +00:00
|
|
|
<img src="/images/photos/icasPicnic.jpg" alt="Picnic">
|
2022-12-29 23:58:01 +00:00
|
|
|
<div class="carousel-caption">
|
|
|
|
<h1>Social Events</h1>
|
|
|
|
<p>The annual Anime Society picnic in Hyde park, to celebrate the end of exams</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="item">
|
2023-09-07 19:48:09 +00:00
|
|
|
<img src="/images/photos/mangaClub.jpg" alt="Manga Club">
|
2022-12-29 23:58:01 +00:00
|
|
|
<div class="carousel-caption">
|
|
|
|
<h1>Manga Club</h1>
|
|
|
|
<p>Free art lessons given by our very own artist-in-residence!</p>
|
2023-09-07 19:48:09 +00:00
|
|
|
<p><a class="btn btn-lg btn-primary" href="/manga" role="button">Manga Club</a></p>
|
2022-12-29 23:58:01 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="item">
|
2023-09-07 19:48:09 +00:00
|
|
|
<img src="/images/photos/mcm_2018.jpg" alt="MCM London">
|
2022-12-29 23:58:01 +00:00
|
|
|
<div class="carousel-caption">
|
|
|
|
<h1>MCM London Comic Con</h1>
|
|
|
|
<p>Subsidized tickets to the UK's largest Anime, Gaming and Comic event, in October and May</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="item">
|
2023-09-07 19:48:09 +00:00
|
|
|
<img src="/images/photos/mealOut.jpg" alt="Meal Out">
|
2022-12-29 23:58:01 +00:00
|
|
|
<div class="carousel-caption">
|
|
|
|
<h1>Society Meal Out</h1>
|
|
|
|
<p>Reasonably frequent meals out as a society, usually after a Wednesday social</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Left and Right Controls -->
|
|
|
|
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
|
|
|
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
|
|
|
<span class="sr-only">Previous</span>
|
|
|
|
</a>
|
|
|
|
<a class="right carousel-control" href="#carousel" role="button" data-slide="next">
|
|
|
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
|
|
|
<span class="sr-only">Next</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
|
|
<footer class="footer">
|
|
|
|
<div class="container">
|
|
|
|
<span class="footer-text">
|
|
|
|
Join our <a href="http://discord.gg/BgwDD69">Discord</a> server.
|
|
|
|
Sign up to our <a href="https://mailman.ic.ac.uk/mailman/listinfo/animesoc-list">mailing list</a>.
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!--Bootstrap Javascript-->
|
|
|
|
<!--=======================================================================-->
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|