Skip to content

Commit 0a88e2a

Browse files
cleanup branch
0 parents  commit 0a88e2a

File tree

131 files changed

+19543
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+19543
-0
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.zip filter=lfs diff=lfs merge=lfs -text
2+
*.ai filter=lfs diff=lfs merge=lfs -text
3+
*.pptx filter=lfs diff=lfs merge=lfs -text
4+
*.pdf filter=lfs diff=lfs merge=lfs -text

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.astropython.com

OLD/index - Copy.html

+198
Large diffs are not rendered by default.

OLD/index.html

+211
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Astronomy & Python</title>
8+
9+
<!-- Bootstrap -->
10+
<link href="css/bootstrap-4.4.1.css" rel="stylesheet">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
12+
<link href="css/main.css" rel="stylesheet" type="text/css">
13+
<link rel="icon" href="favicon.png">
14+
</head>
15+
<body>
16+
<nav class="navbar navbar-expand-lg navbar-light">
17+
<a class="navbar-brand align-items-center align-self-center" href="#"><img id="navlogo" src="images/APLogoNAV.svg" alt="Astronomy and Python Logo"></a>
18+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
19+
<span class="navbar-toggler-icon"></span>
20+
</button>
21+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
22+
<ul class="navbar-nav mr-auto">
23+
<li class="nav-item active">
24+
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
25+
</li>
26+
<li class="nav-item">
27+
<a class="nav-link" href="https://github.com/AstroDimitrios/Astronomy">
28+
GitHub
29+
</a>
30+
</li>
31+
<li class="nav-item">
32+
<a class="nav-link" id="githubLogo" href="https://github.com/AstroDimitrios/Astronomy">
33+
<img alt="" src="images/github.svg">
34+
</a>
35+
</li>
36+
<li class="nav-item">
37+
<a class="nav-link" href="code.html">Code</a>
38+
</li>
39+
<li class="nav-item">
40+
<a class="nav-link" href="challenge.html">Challenges</a>
41+
</li>
42+
<li class="nav-item dropdown">
43+
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
44+
Resources
45+
</a>
46+
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
47+
<a class="dropdown-item" href="ppt.html">Powerpoints</a>
48+
<a class="dropdown-item" href="sup.html">Supplements</a>
49+
<a class="dropdown-item" href="data.html">Data</a>
50+
</div>
51+
</li>
52+
<li class="nav-item">
53+
<a class="nav-link" href="visual.html">Visuals</a>
54+
</li>
55+
<li class="nav-item">
56+
<a class="nav-link" href="about.html">About</a>
57+
</li>
58+
</ul>
59+
<div class="social_square_icons">
60+
<ul>
61+
<li><a href="https://www.youtube.com/channel/UCf8Sg-cgLNubyCM5Em8eDZg" class="youtube gap"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
62+
<li><a href="https://twitter.com/AstroDimitrios" class="t_twitter gap"><i class="fa fa-twitter" aria-hidden="true"></i></a> </li>
63+
<li><a href="https://www.linkedin.com/in/dimitrios-theodorakis-62b378171/" class="linkedin gap"><i class="fa fa-linkedin" aria-hidden="true"></i></a> </li>
64+
</ul>
65+
</div>
66+
<!--
67+
<form class="form-inline my-2 my-lg-0">
68+
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
69+
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" id="searchb">Search</button>
70+
</form>
71+
-->
72+
</div>
73+
</nav>
74+
<div class="jumbotron jumbotron-fluid text-center" id="cometcontainer2">
75+
<!-- <img id="comet2" src="images/Banner2.png" alt="Comet">-->
76+
</div>
77+
<div class="container" id="maincont">
78+
<div class="row text-center">
79+
<div class="col-lg-6 text-center align-items-center align-self-center">
80+
<img id="mainlogo" src="images/APLogo.svg" alt="Astronomy and Python Logo">
81+
<!-- <h1 class="display-4 innerjumbo">Astronomy and Python</h1>-->
82+
</div>
83+
<div class="col-lg-6 text-center align-items-center align-self-center">
84+
<p id="maintext">Documentation for my astronomy activities coded in Python as Jupyter notebooks.</p>
85+
<!-- <h1 class="display-4 innerjumbo">Astronomy and Python</h1>-->
86+
</div>
87+
</div>
88+
</div>
89+
<div class="jumbotron jumbotron-fluid text-center" id="cometcontainer">
90+
<!-- <img id="comet" src="images/Banner2.png" alt="Comet">-->
91+
<!-- <img id="comet" src="images/stars5.gif" alt="Shooting Stars">-->
92+
</div>
93+
<div class="container">
94+
<!--
95+
<div class="row text-center">
96+
<div class="col-lg-6 offset-lg-3">Welcome to the <strong>astroDimitrios</strong> website! I am slowly moving the documentation for my astronomy resources and jupyter coding activities here for ease of access. </div>
97+
</div>
98+
-->
99+
<br>
100+
<div class="row text-center">
101+
<div class="col-lg-10 offset-lg-1"><strong>Challenge: </strong>Spring 2021 - Calculate possible launch windows to Mars using a Hohmann Orbit.</div>
102+
</div>
103+
<br>
104+
<div class="row text-center">
105+
<div class="col-lg-10 offset-lg-1"><strong>Special: </strong>New Mars 2020 activity calculating Launch Windows to Mars is up! Have a go using our JupyterHub server.</div>
106+
</div>
107+
<br>
108+
<div class="row text-center">
109+
<div class="col-lg-10 offset-lg-1"><strong>2021 Update: </strong>Check out our activities on JupyterHub. See the <a href="code.html#running-code" class="astroLinks">code</a> page for details.</div>
110+
</div>
111+
<br>
112+
<hr>
113+
<br>
114+
<div class="row text-center">
115+
<div class="col-lg-6 align-items-center align-self-center pb-lg-0 pb-4" id="YTtag"><p id="YTtagline">Check out some of my latest YouTube videos:</p></div>
116+
<div class="col-lg-6 align-items-center align-self-center">
117+
<p class="YTp"><a href="https://youtu.be/17HukTDR7vM"><img class="YTfrontR" src="images/yt_icon_rgb.png" alt="YouTube Icon"></a>Visualising Saturn's Rings | AstPy-14 Walkthrough</p>
118+
<p class="YTp"><a href="https://youtu.be/hm5cI8TQv7I"><img class="YTfrontR" src="images/yt_icon_rgb.png" alt="YouTube Icon"></a>Tides on other worlds | Winter 2020/21 Challenge</p>
119+
<p class="YTp"><a href="https://youtu.be/PfNrseFBSnw"><img class="YTfrontR" src="images/yt_icon_rgb.png" alt="YouTube Icon">
120+
</a>Dr Sunayana Bhargava Interview: Galaxy Clusters</p>
121+
</div>
122+
</div>
123+
<br>
124+
<hr>
125+
<br>
126+
<div class="row">
127+
<div class="col-md-4">
128+
<div class="card">
129+
<div class="threecards">
130+
<img class="card-img-top" src="images/youtubesmall2.png" alt="YouTube Image">
131+
</div>
132+
<div class="card-body">
133+
<h4 class="card-title"><strong>astroDimitrios</strong></h4>
134+
<p class="card-text">My YouTube channel has video walkthroughs for all the activities, shorts explaining the activities, and other videos related to my work including the Astronomy and Python challenges.</p>
135+
<p class="card-text">Be sure to visit and subscribe to my channel for updates by clicking on the button below.</p>
136+
<br>
137+
<a href="https://www.youtube.com/channel/UCf8Sg-cgLNubyCM5Em8eDZg" class="btn btn-primary thebluebutton">astroDimitrios</a>
138+
</div>
139+
</div>
140+
</div>
141+
<div class="col-md-4">
142+
<div class="card">
143+
<div class="threecards">
144+
<img class="card-img-top" src="images/sunspotsTracked.gif" alt="Sunspots Tracked">
145+
</div>
146+
<div class="card-body">
147+
<h4 class="card-title"><strong>Code</strong></h4>
148+
<p class="card-text">Jupyter notebook coding activities! These are stored on my GitHub repository and you can test them out by heading over to the repo and cloning it.</p>
149+
<p class="card-text">Each activity has an aim and gets students to make predictions. They have a strong focus on visualisation using the plotting library Matplotlib.</p>
150+
<br>
151+
<a href="code.html" class="btn btn-primary thebluebutton">Code</a>
152+
</div>
153+
</div>
154+
<br>
155+
<br/>
156+
<!--
157+
<div class="card">
158+
<div class="card-header YTHeader">
159+
Featured Videos
160+
</div>
161+
<ul class="list-group list-group-flush">
162+
<li class="list-group-item"><a href="https://www.youtube.com/watch?v=WKVc1SqrOMA" class="YTLink">Channel Intro</a></li>
163+
<li class="list-group-item"><a href="https://www.youtube.com/watch?v=GpAVSGzDowU" class="YTLink">Intro to Python</a></li>
164+
<li class="list-group-item"><a href="https://www.youtube.com/watch?v=DD9C_QzzYmc" class="YTLink">Intro to Matplotlib</a></li>
165+
</ul>
166+
</div>
167+
-->
168+
</div>
169+
<div class="col-md-4">
170+
<div class="card">
171+
<div class="threecards">
172+
<img class="card-img-top" src="images/pptslide2small.png" alt="PPT Preview">
173+
</div>
174+
<div class="card-body">
175+
<h4 class="card-title"><strong>Resources</strong></h4>
176+
<p class="card-text">A collection of powerpoints on topics in astronomy and space science.</p>
177+
<p class="card-text">Supplements on:</p>
178+
<p class="card-text">
179+
<ul class="dashed">
180+
<li>Using the coding activities</li>
181+
<li>BTEC AppSci Unit 16 Resources</li>
182+
<li>Practical lab activities</li>
183+
<li>Making observations</li>
184+
<li>Astronomy Club Book</li>
185+
</ul>
186+
</p>
187+
<br>
188+
<a href="sup.html" class="btn btn-primary thebluebutton">Resources</a>
189+
</div>
190+
</div>
191+
</div>
192+
</div>
193+
<br/>
194+
<br/>
195+
<br>
196+
<hr>
197+
<div class="row">
198+
<div class="text-center col-lg-6 offset-lg-3">
199+
<h5>Contact - astrodimitrios(at)gmail.com </h5>
200+
<p>Copyright&nbsp; Dimitrios Theodorakis &copy; 2020 &middot; GNU GPL 3.0</p>
201+
</div>
202+
</div>
203+
</div>
204+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
205+
<script src="js/jquery-3.4.1.min.js"></script>
206+
207+
<!-- Include all compiled plugins (below), or include individual files as needed -->
208+
<script src="js/popper.min.js"></script>
209+
<script src="js/bootstrap-4.4.1.js"></script>
210+
</body>
211+
</html>

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
astroDimitrios.github.io

0 commit comments

Comments
 (0)