ICAS/html/library.html

130 lines
4.1 KiB
HTML
Raw Normal View History

<!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">
<!--Setup Bootstrap CSS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!--Setup Override CSS-->
<link rel="stylesheet" href="/style.css">
<!--Site icon and title-->
<link rel="icon" type="image/png" href="/favicon.ico">
<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>
<a href="/">
<img src="/images/logo.png" id="logo">
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</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">
<li><a href="/about">Who we are</a></li>
<li><a href="/committee">Committee</a></li>
</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">
<li><a href="/manga">Manga club</a></li>
<li><a href="/library">Manga Library</a></li>
</ul>
</li>
<li>
<a
href="https://www.imperialcollegeunion.org/shop/club-society-project-products/animesoc-products">Join
Now!</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Title bar -->
<div class="jumbotron top-item">
<div class="container">
<h1>Manga Library</h1>
<p>Our society library containing English and Japanese language Anime, Manga and Art Supplies</p>
</div>
</div>
<!-- Page Contents -->
<div class="container">
<h1>Anime &amp; Manga Library</h1>
<p>Our library contains a wide array of manga and anime from which members can borrow books and DVDs.</p>
<p>If you'd like to borrow from the library, email the society email (<a
href="mailto:animesoc@imperial.ac.uk">animesoc@imperial.ac.uk</a>)
with your name, CID and mobile number and of course what you'd like to
borrow.</p>
<p>Our current inventory is listed <a
href="https://docs.google.com/spreadsheets/d/1ALyOCXoR6Lj_OTRu6VSvloS9nkg8uSpMsLgUzQubNCw/edit?usp=sharing">here</a>.
If you are interested in purchasing some titles that are in the inventory, let us know on our society email
(<a href="mailto:animesoc@imperial.ac.uk">animesoc@imperial.ac.uk</a>)
as we may have copies and will be able to sell it
cheaper than store value.</p>
<h2>Art Materials</h2>
We have a slowly increasing collection of art materials including small and medium Wacom graphic tablets,
markers, copics, and a scanner.
A full list of materials is in the works. Please read the rules for borrowing and using <a
href="/Markers Usages.docx">markers</a> and <a href="/Wacom Borrowing Rules.docx">Wacom tablets</a>.
<br><br>
</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>