File tree Expand file tree Collapse file tree 7 files changed +109
-1
lines changed Expand file tree Collapse file tree 7 files changed +109
-1
lines changed Original file line number Diff line number Diff line change @@ -517,6 +517,25 @@ sag:
517
517
affil : New York University
518
518
url : https://zanna-researchteam.github.io/
519
519
520
+ # ####################################
521
+ # ############ Careers ############
522
+ # ####################################
523
+ career-title : Careers
524
+ career-description : Current job openings
525
+
526
+ roles :
527
+ - title : Research Software Engineers
528
+ description : In-person - Manhattan, NYC / Rolling Deadline
529
+ link : https://apply.interfolio.com/160510
530
+
531
+ - title : Postdoctoral Researchers to build large scientific model with astronomical data
532
+ description : In-person - Paris, France / Feb 14, 2025
533
+ link : https://aas.org/jobregister/ad/09aadf56
534
+
535
+ - title : Postdoctoral Researchers to build large scientific model with solar physics data
536
+ description : In-person - Manhattan, NYC / Feb 15, 2025
537
+ link : https://apply.interfolio.com/161867
538
+
520
539
# ####################################
521
540
# ######### Pricing Tables ###########
522
541
# ####################################
Original file line number Diff line number Diff line change 37
37
<!-- <li><a href="{{ site.baseurl }}#testimonials">Testimonials</a></li> -->
38
38
<!-- <li class="current-menu-item"><a href="{{ site.baseurl }}#blog">Blog</a></li> -->
39
39
< li > < a href ="{{ site.baseurl }}/#team "> Team</ a > </ li >
40
+ < li > < a href ="{{ site.baseurl }}/#careers "> Careers</ a > </ li >
40
41
<!-- <li><a href="{{ site.baseurl }}#prices">Prices</a></li> -->
41
42
<!-- <li><a href="{{ site.baseurl }}#contact">Contact</a></li> -->
42
43
</ ul >
Original file line number Diff line number Diff line change 41
41
<!-- <li><a href="#testimonials">Testimonials</a></li> -->
42
42
< li > < a href ="#blog "> News</ a > </ li >
43
43
< li > < a href ="#team "> Team</ a > </ li >
44
+ < li > < a href ="#careers "> Careers</ a > </ li >
44
45
<!-- <li><a href="#prices">Prices</a></li> -->
45
46
<!-- <li><a href="#contact">Contact</a></li> -->
46
47
</ ul >
Original file line number Diff line number Diff line change
1
+ <!-- Careers Section -->
2
+ < section class ="careers-section " id ="careers ">
3
+ < div class ="container ">
4
+
5
+ <!-- Section Heading -->
6
+ < div class ="row text-center ">
7
+
8
+ <!-- Section Header -->
9
+ < header class ="col-md-8 col-md-push-2 col-sm-12 section-header ">
10
+ < h2 > {{ site.career-title }}</ h2 >
11
+ < hr class ="normal ">
12
+ </ header >
13
+
14
+ <!-- Section Content -->
15
+ < div class ="col-md-8 col-sm-12 section-content ">
16
+ < p > {{ site.career-description }}</ p >
17
+ </ div >
18
+ <!-- Job listings -->
19
+ {% for job in site.roles %}
20
+ < div class ="col-md-8 col-sm-12 job-description ">
21
+ < p > </ p > < a href ="{{ job.link }} " class ="job-title "> {{ job.title }}</ a >
22
+ {{ job.description }}</ p >
23
+ </ div >
24
+ {% endfor %}
25
+
26
+ </ div >
27
+ </ div >
28
+ </ section >
29
+
Original file line number Diff line number Diff line change
1
+ // Careers Section Styles
2
+ section .careers-section {
3
+ padding : 100px 0 ;
4
+ background-color : $light-bkgd ;
5
+
6
+ // Section Header
7
+ header .section-header {
8
+ h1 , h2 , h3 , h4 , h5 , h6 {
9
+ font-weight : bold ;
10
+ text-transform : uppercase ;
11
+ color : $secondary ;
12
+ }
13
+
14
+ hr .normal {
15
+ margin : 40px auto ;
16
+ }
17
+ }
18
+
19
+ // Section Content
20
+ .section-content {
21
+ p {
22
+ font-size : 1.5rem ;
23
+ font-weight : bold ;
24
+ text-align : left ;
25
+ color : $secondary ;
26
+ margin-bottom : 1rem ;
27
+ }
28
+ }
29
+
30
+
31
+ // Job description styling
32
+ .job-description {
33
+ font-size : 1.2rem ;
34
+ font-weight : lighter ;
35
+ text-align : left ;
36
+ color : $secondary ;
37
+ text-decoration : none ;
38
+ margin-bottom : 1rem ;
39
+ }
40
+
41
+ // Job title styling
42
+ .job-title {
43
+ display : block ;
44
+
45
+ font-weight : 500 ;
46
+ color : $secondary ;
47
+ text-decoration : none ;
48
+ margin-bottom : 0.25rem ;
49
+
50
+ & :hover {
51
+ color : darken ($primary , 15% );
52
+ text-decoration : underline ;
53
+ }
54
+ }
55
+ }
Original file line number Diff line number Diff line change 114
114
" layout/_institution" ,
115
115
" layout/_prices" ,
116
116
" layout/_contact" ,
117
- " layout/_footer" ;
117
+ " layout/_footer" ,
118
+ " layout/_careers" ;
118
119
Original file line number Diff line number Diff line change 15
15
16
16
{% include sections/institutions.html %}
17
17
18
+ {% include sections/careers.html %}
19
+
18
20
<!-- include sections/contact.html -->
You can’t perform that action at this time.
0 commit comments