-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (74 loc) · 5.25 KB
/
index.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Harwell Software Community</title>
<style>
html body {
font-family: 'Titillium Web', sans-serif;
background-color: white;
}
:root {
--accent: #1762a5;
--border-width: 5px ;
}
</style>
<link rel="stylesheet" href="https://harwellsoftwarecommunity.github.io/css/main.css">
<link rel="stylesheet" href="https://harwellsoftwarecommunity.github.io/css/intro.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium%20Web">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/solarized-dark.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/go.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/haskell.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/kotlin.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/scala.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/swift.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script>$(document).on('click', function() { $('.collapse').collapse('hide'); })</script>
<meta name="generator" content="Hugo 0.49" />
<link href="https://harwellsoftwarecommunity.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Harwell Software Community" />
<link href="https://harwellsoftwarecommunity.github.io/index.xml" rel="feed" type="application/rss+xml" title="Harwell Software Community" />
</head>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand visible-xs" href="#">Harwell Software Community</a>
<button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="/event/">Events</a></li>
<li><a href="/post/">Posts</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="navbar-icon"><a href="https://github.com/harwellsoftwarecommunity/"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</nav>
<main>
<div class="intro">
<img class="profile" src="images/banner.png">
<h2><br />
The initiative of the Harwell Software Community is “To build a community of software engineers on campus to network, share ideas, tools and techniques”.<br />
<br />
We hold regular events ranging from talks, networking and workshops for those involved in software engineering throughout the Harwell campus.<br />
<br />
To keep up to date either join out <a href="https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=HARWELL-SW-COMMUNITY">mailing list</a> or <a href="https://harwell-sw-community.slack.com/">Slack community</a>.</h2>
</div>
</main>
<footer>
<p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a></p>
</footer>
</body>
</html>