fmt: autofmt
This commit is contained in:
parent
2f425a350d
commit
685fbf4e7e
1 changed files with 612 additions and 575 deletions
117
src/index.html
117
src/index.html
|
@ -1,4 +1,3 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
|
@ -10,7 +9,6 @@
|
|||
<meta name="description" content="The Skynet Project - University of Limerick Computer Society">
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="temp/favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="temp/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="temp/favicons/favicon-16x16.png">
|
||||
|
@ -19,7 +17,6 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
<title>The Skynet Project - University of Limerick Computer Society</title>
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
|
@ -27,8 +24,12 @@
|
|||
|
||||
<!-- Custom Fonts -->
|
||||
<link href="temp/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
||||
<link
|
||||
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
|
||||
rel='stylesheet' type='text/css'>
|
||||
<link
|
||||
href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
|
||||
rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- Plugin CSS -->
|
||||
<link href="temp/vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||||
|
@ -59,7 +60,8 @@
|
|||
let js;
|
||||
const fjs = d.getElementsByTagName(s)[0];
|
||||
if (d.getElementById(id)) return;
|
||||
js = d.createElement(s); js.id = id;
|
||||
js = d.createElement(s);
|
||||
js.id = id;
|
||||
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.10";
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}(document, 'script', 'facebook-jssdk'));</script>
|
||||
|
@ -106,7 +108,8 @@
|
|||
<div class="container-fluid">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
|
||||
data-target="#bs-example-navbar-collapse-1">
|
||||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
|
||||
</button>
|
||||
<a class="navbar-brand page-scroll" href="#page-top">Skynet - UL CompSoc</a>
|
||||
|
@ -152,7 +155,8 @@
|
|||
<h1 id="homeHeading"><img width="300px" src="temp/img/CompSoc_Logo_PNG.png"/></h1>
|
||||
<!--<h1 id="homeHeading"><img width="300px" src="temp/img/CompSoc_Logo_Xmas_PNG_C.png"/></h1>-->
|
||||
<hr>
|
||||
<p style="font-size: 36px; color: #FFFFFF; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; text-transform: uppercase;">University of Limerick Computer Society - The Skynet Project</p>
|
||||
<p style="font-size: 36px; color: #FFFFFF; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; text-transform: uppercase;">
|
||||
University of Limerick Computer Society - The Skynet Project</p>
|
||||
<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -175,12 +179,21 @@
|
|||
</div>
|
||||
</section>-->
|
||||
|
||||
<section class="bg-primary" id="ServiceUpdate" style="background-color: #fe300c !important;>
|
||||
<section class="bg-primary" id="ServiceUpdate" style="background-color: #fe300c !important;">
|
||||
<div class="container">
|
||||
<div class="row" style="overflow-x: hidden !important; width: 100%;">
|
||||
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<h2 class="section-heading" style="color: white !important;">Skynet Cluster Update</h2>
|
||||
<p class="text-faded" style="color: white !important;">ITD changed their policies at the start of 2023 and abruptly removed our access to the internet. The changes made continuing skynet unfeasibile in it's previous form. We have been working tirelessly to rebuild the skynet cluster from the ground up with up to date software/security practices etc. We are currently working on setting up all the core infrastructure required. We are slowly getting our internet access restored and ports opened for services. We hope to be able to reopen skynet to members in the near future</p>
|
||||
<p class="text-faded" style="color: white !important;">ITD changed their policies at the start of 2023 and
|
||||
abruptly
|
||||
removed our access to the internet. The changes made continuing skynet unfeasibile in it's previous form. We
|
||||
have
|
||||
been working tirelessly to rebuild the skynet cluster from the ground up with up to date software/security
|
||||
practices etc. We are currently working on setting up all the core infrastructure required. We are slowly
|
||||
getting
|
||||
our internet access restored and ports opened for services. We hope to be able to reopen skynet to members in
|
||||
the
|
||||
near future</p>
|
||||
<hr class="light" style="border-color: black !important;">
|
||||
</div>
|
||||
</div>
|
||||
|
@ -194,7 +207,10 @@
|
|||
<h2 class="section-heading">Welcome to University of Limerick Computer Society!</h2>
|
||||
<!--<h2 class="section-heading">Happy Holidays from all at the University of Limerick Computer Society!</h2>-->
|
||||
<hr class="light">
|
||||
<p class="text-faded">The UL Computer Society is for students who are interested in Open Source Software, Hardware, Computer Games and Technology in general. We run weekly meetups, where we discuss topics related to computing, work on projects together or just play games and relax. Membership is open to all UL students and Alumni not just those who are part of technology courses!</p>
|
||||
<p class="text-faded">The UL Computer Society is for students who are interested in Open Source Software,
|
||||
Hardware, Computer Games and Technology in general. We run weekly meetups, where we discuss topics related to
|
||||
computing, work on projects together or just play games and relax. Membership is open to all UL students and
|
||||
Alumni not just those who are part of technology courses!</p>
|
||||
<a href="#membership" class="page-scroll btn btn-default btn-xl sr-button">What can we do for you?</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -216,14 +232,16 @@
|
|||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-server text-primary sr-icons"></i>
|
||||
<h3>Skynet</h3>
|
||||
<p class="text-muted">Membership of the society comes with a free skynet account. Skynet is CompSoc's server cluster and was started in 1992!</p>
|
||||
<p class="text-muted">Membership of the society comes with a free skynet account. Skynet is CompSoc's server
|
||||
cluster and was started in 1992!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 text-center">
|
||||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-calendar text-primary sr-icons"></i>
|
||||
<h3>Events</h3>
|
||||
<p class="text-muted">We run meetups every week throughout the academic year. We also run large events once or twice a semester.</p>
|
||||
<p class="text-muted">We run meetups every week throughout the academic year. We also run large events once or
|
||||
twice a semester.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 text-center">
|
||||
|
@ -237,14 +255,16 @@
|
|||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-comments text-primary sr-icons"></i>
|
||||
<h3>Discord</h3>
|
||||
<p class="text-muted">We have an active discord server for our members to keep in touch. <a href="https://discord.skynet.ie">Join Here</a>.</p>
|
||||
<p class="text-muted">We have an active discord server for our members to keep in touch. <a
|
||||
href="https://discord.skynet.ie">Join Here</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 text-center">
|
||||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-cubes text-primary sr-icons"></i>
|
||||
<h3>Minecraft</h3>
|
||||
<p class="text-muted">We often host events and build challenges on our MineCraft server. <a href="https://games.skynet.ie">Join Here</a>.</p>
|
||||
<p class="text-muted">We often host events and build challenges on our MineCraft server. <a
|
||||
href="https://games.skynet.ie">Join Here</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 text-center">
|
||||
|
@ -260,7 +280,8 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
<p></p>
|
||||
<a href="https://ulwolves.ie/society/computer" target="_blank" class="btn btn-primary btn-xl" style="font-size:36px;">Sign Up!</a>
|
||||
<a href="https://ulwolves.ie/society/computer" target="_blank" class="btn btn-primary btn-xl"
|
||||
style="font-size:36px;">Sign Up!</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -308,7 +329,8 @@
|
|||
Virtual Reality Events
|
||||
</div>
|
||||
<div class="project-name">
|
||||
We have a HTC Vive and an Oculus Rift so we use these at some meetups and play games like Drunken Bar fights and Keep Talking and Nobody Explodes.
|
||||
We have a HTC Vive and an Oculus Rift so we use these at some meetups and play games like Drunken Bar
|
||||
fights and Keep Talking and Nobody Explodes.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -378,14 +400,18 @@
|
|||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-user text-primary sr-icons"></i>
|
||||
<h3>Society Members</h3>
|
||||
<p class="text-muted">At the UL Wolves Clubs and Societies Recruitment Drive in September/January we will be looking for new member signups, keep an eye out for us. Did you know that CompSoc do all the networking and technical services for the event!<br/><a href="https://ulwolves.ie/society/compsoc" target="_blank">Sign Up!</a></p>
|
||||
<p class="text-muted">At the UL Wolves Clubs and Societies Recruitment Drive in September/January we will be
|
||||
looking for new member signups, keep an eye out for us. Did you know that CompSoc do all the networking and
|
||||
technical services for the event!<br/><a href="https://ulwolves.ie/society/compsoc" target="_blank">Sign
|
||||
Up!</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-6 text-center">
|
||||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-users text-primary sr-icons"></i>
|
||||
<h3>Committee Members</h3>
|
||||
<p class="text-muted">At our AGM in Semester 1 we will be forming our new committee and it would be great to see some new committee members (especially first years!).</p>
|
||||
<p class="text-muted">At our AGM in Semester 1 we will be forming our new committee and it would be great to
|
||||
see some new committee members (especially first years!).</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-6 text-center">
|
||||
|
@ -393,7 +419,8 @@
|
|||
<i class="fa fa-4x fa-terminal text-primary sr-icons"></i>
|
||||
<h3>Admins</h3>
|
||||
<!--<p class="text-muted">We are currently in the process of upgrading the Skynet cluster and we are recruiting new undergraduate administrators.<br/><a onclick="$('#newsModal').modal('show');" href="#recruit">More Info</a></p>-->
|
||||
<p class="text-muted">We are currently in the process of upgrading the Skynet cluster and we will soon start recruiting new undergraduate administrators.</p>
|
||||
<p class="text-muted">We are currently in the process of upgrading the Skynet cluster and we will soon start
|
||||
recruiting new undergraduate administrators.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -444,7 +471,6 @@
|
|||
</aside>
|
||||
|
||||
|
||||
|
||||
<section id="sponsors">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
@ -458,39 +484,51 @@
|
|||
<div class="row">
|
||||
<div class="owl-carousel owl-theme owl-centered">
|
||||
<div class="item">
|
||||
<img style="height:100px; width:100px; margin-left: auto; margin-right: auto;" src="temp/img/sponsors/dell.png"/>
|
||||
<img style="height:100px; width:100px; margin-left: auto; margin-right: auto;"
|
||||
src="temp/img/sponsors/dell.png"/>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img style="height:100px; width:100px; margin-left: auto; margin-right: auto;" src="temp/img/sponsors/ul2.png"/>
|
||||
<img style="height:100px; width:100px; margin-left: auto; margin-right: auto;"
|
||||
src="temp/img/sponsors/ul2.png"/>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img style="height:100px; width:350px; margin-left: auto; margin-right: auto;" src="temp/img/sponsors/blacknight.png"/>
|
||||
<img style="height:100px; width:350px; margin-left: auto; margin-right: auto;"
|
||||
src="temp/img/sponsors/blacknight.png"/>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img style="height:100px; margin-left: auto; margin-right: auto;" src="temp/img/sponsors/ece.png"/>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img style="height:100px; width:100px; margin-left: auto; margin-right: auto;" src="temp/img/sponsors/jetbrains.png"/>
|
||||
<img style="height:100px; width:100px; margin-left: auto; margin-right: auto;"
|
||||
src="temp/img/sponsors/jetbrains.png"/>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img style="height:100px; width:350px; margin-left: auto; margin-right: auto;" src="temp/img/sponsors/sfs.png"/>
|
||||
<img style="height:100px; width:350px; margin-left: auto; margin-right: auto;"
|
||||
src="temp/img/sponsors/sfs.png"/>
|
||||
</div>
|
||||
<!--<div class="item">
|
||||
<img style="height:100px; width:110px; margin-left: auto; margin-right: auto;" src="temp/img/sponsors/4star.jpg"/>
|
||||
</div>-->
|
||||
<div class="item">
|
||||
<img style="height:60px; margin-left: auto; margin-right: auto; margin-top: 25px;" src="temp/img/sponsors/aisummit.png"/>
|
||||
<img style="height:60px; margin-left: auto; margin-right: auto; margin-top: 25px;"
|
||||
src="temp/img/sponsors/aisummit.png"/>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img style="height:60px; margin-left: auto; margin-right: auto; margin-top: 25px;" src="temp/img/sponsors/furyvr.png"/>
|
||||
<img style="height:60px; margin-left: auto; margin-right: auto; margin-top: 25px;"
|
||||
src="temp/img/sponsors/furyvr.png"/>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img style="height:60px; width: 144px; margin-left: auto; margin-right: auto; margin-top: 25px;" src="temp/img/sponsors/adi.png"/>
|
||||
<img style="height:60px; width: 144px; margin-left: auto; margin-right: auto; margin-top: 25px;"
|
||||
src="temp/img/sponsors/adi.png"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<br/><br/>
|
||||
<p style="text-align:center;">If you are interested in becoming a sponsor we can be contacted at <script type="text/javascript">emailE = 'skynet.ie';emailE = ('contact' + '@' + emailE);document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>');</script></p>
|
||||
<p style="text-align:center;">If you are interested in becoming a sponsor we can be contacted at
|
||||
<script type="text/javascript">emailE = 'skynet.ie';
|
||||
emailE = ('contact' + '@' + emailE);
|
||||
document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>');</script>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -595,8 +633,13 @@
|
|||
<p><a href=" https://skynet.ie/forum/">CompSoc Forum</a></p>
|
||||
</div>
|
||||
<div class="col-lg-3 text-center">
|
||||
<script type="text/javascript">emailE = 'skynet.ie';emailE = ('contact' + '@' + emailE);document.write('<a href="mailto:' + emailE + '">' + '<i class="fa fa-envelope-o fa-3x sr-contact"></i>' + '</a>');</script>
|
||||
<p><script type="text/javascript">emailE = 'skynet.ie';emailE = ('contact' + '@' + emailE);document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>');</script>
|
||||
<script type="text/javascript">emailE = 'skynet.ie';
|
||||
emailE = ('contact' + '@' + emailE);
|
||||
document.write('<a href="mailto:' + emailE + '">' + '<i class="fa fa-envelope-o fa-3x sr-contact"></i>' + '</a>');</script>
|
||||
<p>
|
||||
<script type="text/javascript">emailE = 'skynet.ie';
|
||||
emailE = ('contact' + '@' + emailE);
|
||||
document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>');</script>
|
||||
</p>
|
||||
</div>
|
||||
<!--<div class="col-lg-4 text-center">
|
||||
|
@ -614,7 +657,8 @@
|
|||
<aside style="color: white; background-color: black;">
|
||||
<div class="container text-center">
|
||||
<img src="temp/img/compsoc-animation-s.gif"/><br/><br/>
|
||||
<div>© UL CompSoc 1992-2021</div><br/><br/>
|
||||
<div>© UL CompSoc 1992-2021</div>
|
||||
<br/><br/>
|
||||
<div class="call-to-action">
|
||||
<img width="150px" src="temp/img/sharky_png.png" alt="All Hail Sharky!" title="All Hail Sharky!"/>
|
||||
<h4>Sharky - The Mascot of Skynet</h4>
|
||||
|
@ -623,13 +667,6 @@
|
|||
</aside>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue