-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (96 loc) · 4.48 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
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.16.4 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>High Performance Computing in Julia</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/css/minimal-mistakes.css">
<!--[if IE ]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 4em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--splash">
{{ insert masthead.html }}
<div class="initial-content">
<div class="page__hero--overlay"
style="background-color: #5e616c; background-image: url('https://jamiemair.github.io/mpags-high-performance-computing/assets/minimal-mistakes/home-page-feature.jpeg');">
<div class="wrapper">
<h1 id="page-title" class="page__title" itemprop="headline" style="-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #0d0d0d;";>High Performance Computing in Julia</h1>
<p class="page__lead" style="text-shadow: 2px 2px black">An MPAGS module designed for teaching programming to new PhD students, starting from the basics and working up to writing high performance code for any scale.</p>
</div>
</div>
<div id="main" role="main">
<article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="description" content="An MPAGs module designed for teaching programming to new PhD students, starting from the basics and working up to writing high performance code for any scale.">
<section class="page__content" itemprop="text">
<div class="feature__wrapper">
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/home/overview.jpg" alt="Overview" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">Register</h2>
<div class="archive__item-excerpt">
<p>Learn to write fast, efficient programs to deploy at any scale with Julia. Fill out the <a href="https://forms.office.com/e/eHp0NKZU77">form here</a> to register.</p>
</div>
<p><a href="https://forms.office.com/e/eHp0NKZU77" class="btn btn--primary">Register</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/home/julia-logo.svg" alt="Julia Programming Language" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">Julia</h2>
<div class="archive__item-excerpt">
<p>A fast, dynamic, easy-to-learn, open-source language designed from the beginning with high performance computing in mind.</p>
</div>
<p><a href="https://julialang.org/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
<div class="feature__item">
<div class="archive__item">
<div class="archive__item-teaser">
<img src="/assets/home/github-classroom.jpg" alt="Github Classroom" />
</div>
<div class="archive__item-body">
<h2 class="archive__item-title">GitHub Classroom</h2>
<div class="archive__item-excerpt">
<p>Submit your assignments and get automatic feedback, all while learning how to use Git.</p>
</div>
<p><a href="https://classroom.github.com/" class="btn btn--primary">Learn more</a></p>
</div>
</div>
</div>
</div>
</section>
</article>
{{ insert foot.html }}