-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcohort.html
153 lines (153 loc) · 7.93 KB
/
cohort.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
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A.S.T.R.A.L. | Cohorts</title>
<link rel="stylesheet" href="homepage.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="cohort.css">
<link rel="icon" href="logo.ico">
</head>
<body>
<div class="cursor">
<p></p>
</div>
<div class="blob"></div>
<div class="navbar bg-nav">
<a href="index.html">
<img src="logo.svg" alt="" class="logo">
</a>
<div class="menu-icon">
<a onclick="toggleMenu();">
<div class="text">
<p>menu</p>
<p>close</p>
</div>
</a>
<a class="img-icon" onclick="toggleMenu();"><img src="menu-icon.svg" alt="" class="menu-img"></a>
</div>
<div class="menu">
<div class="links">
<div class="categories">
<a href="index.html">HOME</a>
<a onclick="toggleOptions('about-options');">ABOUT</a>
<a onclick="toggleOptions('work-options');">PROJECTS</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="support.html">SUPPORT</a>
<a href="contact.html">CONTACT</a>
<a href="faqs.html">FAQS</a>
</div>
<div class="options">
<div class="about-options nav-options">
<a href="about.html">Vision and Mission</a>
<a href="team.html">Mentors</a>
<a href="code-of-conduct.html">Code of Conduct</a>
</div>
<div class="work-options nav-options">
<a href="projects.html">Featured Projects</a>
<a href="projects.html">Current Projects</a>
<a href="tools.html">Online Tools</a>
<a href="projects.html">School Programs</a>
<a href="projects.html">Past Projects</a>
<a href="projects.html">Other Resources</a>
</div>
<div class="cohort-options nav-options">
<a onclick="goTo('.hero');">Current ASTRAL Cohort</a>
<a onclick="goTo('.hero');">Work Experience Students</a>
<a onclick="goTo('.hero');">Past ASTRAL Alumni</a>
</div>
</div>
</div>
</div>
</div>
<div class="scroll-container">
<div class="hero with-bg">
<div class="title-container">
<h1 class="glitch-header" data-value="COHORTS_">COHORTS_</h1>
<a onclick="lenis.scrollTo('.start');"><img class="hero-button" src="circle_arrow_white.svg" alt=""></a>
</div>
</div>
<h2 class="start">2025 ASTRALITES</h2>
<img src="astral2025.jfif" alt="">
<p>Back row (from left to right): Prof. Matthew Bailes (ASTRAL Founder), Kim Yan, Daniel Rosina, Henry Przychodzen, Sevryn Danilov, Aaron Choi, Tristan Than, Dr. Chris Flynn (ASTRAL Mentor), Saurav Mishra (ASTRAL Mentor)</p>
<p>Front row (from left to right): Dr. Kirsten Banks (ASTRAL Mentor), Annabelle Leung, Rhea Fernandez, Agatha Beare, Nandini Vyas, Evie Vale, Lucy O'Shea, Rudra Sekhri (ASTRAL Mentor)</p>
<h2 id="past-cohort"> 2024 ASTRALITES </h2>
<img src="Supercomputer.jpg" alt="">
<p>From left to right: Prof. Matthew Bailes (ASTRAL Founder): Rebecca Koehne, Evie Spilias, Rudra Sekhri, Ruoyao Ni, Hendrik Combrinck</p>
<div class="footer">
<div class="supporters">
<h2>A.S.T.R.A.L. is supported by</h2>
<div class="partners">
<a href="https://www.swinburne.edu.au">
<img src="swin.jpg" alt="">
</a>
<a href="https://ozgrav.org">
<img src="ozgrav.png" alt="">
</a>
</div>
</div>
<div class="final-info">
<div class="copyright">
<p>We acknowledge and pay respects to the Elders and Traditional Owners of the land on which our program runs.</p>
<p>© 2025. astrophysics, supercomputing, technology, research analytics, technology program (A.S.T.R.A.L.). all rights reserved. designed and developed by rudra sekhri</p>
<p>credit to carl knox from ozgrav, nasa</p>
<a class="underline-button" href="privacy-policy.html">
<div>
<div class="text-indicator">
<p>PRIVACY POLICY</p>
<p>PRIVACY POLICY</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
</div>
<div class="socials">
<h2>SOCIALS</h2>
<div class="links">
<a href="" class="footer-link">TWITTER</a>
<a href="" class="footer-link">YOUTUBE</a>
<a href="" class="footer-link">LINKEDIN</a>
<a href="" class="footer-link">INSTAGRAM</a>
<a href="" class="footer-link">EMAIL</a>
</div>
</div>
<div class="sitemap">
<h2>SITEMAP</h2>
<div class="links">
<a href="index.html" class="footer-link">HOME</a>
<a onclick="lenis.scrollTo('.hero')" class="footer-link">ABOUT</a>
<a href="projects.html" class="footer-link">PROJECTS</a>
<a href="tools.html" class="footer-link">TOOLS</a>
<a href="cohort.html" class="footer-link">COHORT</a>
<a href="team.html" class="footer-link">MENTORS</a>
<a href="apply.html" class="footer-link">APPLY</a>
<a href="events.html" class="footer-link">EVENTS</a>
<a href="support.html" class="footer-link">SUPPORT</a>
<a href="contact.html" class="footer-link">CONTACT</a>
<a href="faqs.html" class="footer-link">FAQS</a>
</div>
</div>
<div class="back-to-top">
<a onclick="lenis.scrollTo('.hero')"><img src="circle_arrow.svg" alt=""></a>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/lenis@1.0.19/bundled/lenis.min.js"></script>
<script src="smooth-scroll.js"></script>
<script src="cursor.js"></script>
<script src="glitch_effect.js"></script>
<script src="navbar.js"></script>
<script src="parallax_bg.js"></script>
<script src="white-cursor-bg.js"></script>
</body>
</html>