Skip to content

Commit 4ffc3fa

Browse files
committed
Improve styling
1 parent 7125bc4 commit 4ffc3fa

File tree

1 file changed

+94
-98
lines changed

1 file changed

+94
-98
lines changed

_pages/opening.md

Lines changed: 94 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,52 @@ author_profile: true
1010
<div class="opening-container">
1111
<div class="opening-header">
1212
<h1><span class="highlight">Join Our Team</span></h1>
13-
<p class="lead">We are currently looking for postdoctoral researchers, PhD students, visiting students, and intern students to join the <a href="https://it-u.at/en/research/research-groups/natural-language-processing/" class="highlight-link">IT:U NLP lab</a>!</p>
13+
<p class="lead">We are currently looking for postdoctoral researchers, PhD students, visiting students, and intern students to join the IT:U NLP lab!</p>
1414
</div>
1515

1616
<div class="opening-application">
1717
<div class="application-card">
18-
<div class="card-icon">
19-
<i class="fas fa-file-alt"></i>
20-
</div>
2118
<div class="card-content">
2219
<h3>How to Apply</h3>
23-
<p>Please fill out <a href="https://docs.google.com/forms/d/e/1FAIpQLSfVnllFyucGh7IdlUMiz_R7Q4IUucIQqzlyC7KB9Vs7CnDPVQ/viewform" class="btn btn-info">this form</a> (feel free to skip some questions) if you are interested in joining our lab.</p>
24-
<p>We strongly encourage you to visit the <a href="https://it-u.at/en/research/research-groups/natural-language-processing/">IT:U NLP group's page</a> to explore our current research topics before applying.</p>
20+
<p>Please fill out the form below if you are interested in joining our lab.</p>
21+
<p>We strongly encourage you to visit the IT:U NLP group's page to explore our current research topics before applying.</p>
22+
<div class="button-container">
23+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfVnllFyucGh7IdlUMiz_R7Q4IUucIQqzlyC7KB9Vs7CnDPVQ/viewform" class="btn btn-custom">Application Form</a>
24+
<a href="https://it-u.at/en/research/research-groups/natural-language-processing/" class="btn btn-custom">IT:U-NLP Group Page</a>
25+
</div>
2526
</div>
2627
</div>
2728
</div>
2829

2930
<div class="opening-positions">
30-
<div class="position-card">
31-
<div class="card-header">
32-
<h2>Post-doctoral Researchers</h2>
31+
<h1>Postdoctoral Researchers</h1>
32+
<p>If you want to carry out research in our group as a <strong>post-doc</strong>, there are several funding possibilities:</p>
33+
34+
<div class="funding-cards">
35+
<div class="funding-card">
36+
<h3 class="funding-title">IT:U Postdoc Program</h3>
37+
</div>
38+
39+
<div class="funding-card">
40+
<h3 class="funding-title">
41+
<a href="https://ec.europa.eu/research/mariecurieactions/">Marie-Curie Postdoctoral Fellowships</a>
42+
<i class="fas fa-external-link-alt"></i>
43+
</h3>
44+
</div>
45+
46+
<div class="funding-card">
47+
<h3 class="funding-title">
48+
<a href="https://www.fwf.ac.at/en/research-funding/fwf-programmes/esprit-programme">FWF ESPRIT Career Advancement for Postdocs</a>
49+
<i class="fas fa-external-link-alt"></i>
50+
</h3>
3351
</div>
34-
<div class="card-body">
35-
<p>If you want to carry out research in our group as a <strong>post-doc</strong>, there are several funding possibilities:</p>
36-
<ul class="funding-list">
37-
<li>
38-
<div class="funding-item">
39-
<span class="funding-title">IT:U Postdoc Program</span>
40-
</div>
41-
</li>
42-
<li>
43-
<div class="funding-item">
44-
<span class="funding-title"><a href="https://ec.europa.eu/research/mariecurieactions/">Marie-Curie Postdoctoral Fellowships</a></span>
45-
</div>
46-
</li>
47-
<li>
48-
<div class="funding-item">
49-
<span class="funding-title"><a href="https://www.fwf.ac.at/en/research-funding/fwf-programmes/esprit-programme">FWF ESPRIT Career Advancement for Postdocs</a></span>
50-
</div>
51-
</li>
52-
<li>
53-
<div class="funding-item">
54-
<span class="funding-title"><a href="https://www.leopoldina.org/en/funding/leopoldina-fellowship-programme/leopoldina-postdoc-scholarship/">Leopoldina Postdoc Scholarship</a></span>
55-
<span class="funding-subtitle">(incoming from Germany, Austria, or Switzerland)</span>
56-
</div>
57-
</li>
58-
</ul>
52+
53+
<div class="funding-card">
54+
<h3 class="funding-title">
55+
<a href="https://www.leopoldina.org/en/funding/leopoldina-fellowship-programme/leopoldina-postdoc-scholarship/">Leopoldina Postdoc Scholarship</a>
56+
<i class="fas fa-external-link-alt"></i>
57+
</h3>
58+
<p class="funding-subtitle">(incoming from Germany, Austria, or Switzerland)</p>
5959
</div>
6060
</div>
6161
</div>
@@ -92,112 +92,94 @@ author_profile: true
9292
color: #555;
9393
}
9494

95-
.highlight-link {
96-
color: #4285f4;
97-
font-weight: bold;
98-
text-decoration: none;
99-
transition: color 0.3s;
100-
}
101-
102-
.highlight-link:hover {
103-
color: #2a75f3;
104-
text-decoration: underline;
105-
}
106-
10795
.opening-application, .opening-positions {
10896
margin-bottom: 30px;
10997
}
11098

111-
.application-card, .position-card {
112-
display: flex;
113-
flex-direction: column;
99+
.application-card {
114100
background-color: white;
115101
border-radius: 8px;
116102
overflow: hidden;
117103
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
104+
margin-bottom: 20px;
118105
}
119106

120-
.card-header {
121-
background-color: #4285f4;
122-
color: white;
123-
padding: 15px 20px;
124-
}
125-
126-
.card-header h2 {
127-
margin: 0;
128-
font-size: 1.5em;
107+
.card-content {
108+
padding: 20px;
129109
}
130110

131-
.card-icon {
111+
.button-container {
132112
display: flex;
133-
align-items: center;
134-
justify-content: center;
135-
width: 60px;
136-
height: 60px;
137-
background-color: #4285f4;
138-
color: white;
139-
border-radius: 50%;
140-
margin: 20px auto;
141-
font-size: 24px;
142-
}
143-
144-
.card-content, .card-body {
145-
padding: 20px;
113+
gap: 15px;
114+
margin-top: 20px;
115+
flex-wrap: wrap;
146116
}
147117

148118
.btn {
149119
display: inline-block;
150-
padding: 8px 16px;
120+
padding: 10px 20px;
151121
border-radius: 4px;
152122
text-decoration: none;
153123
font-weight: bold;
154124
transition: background-color 0.3s;
155125
}
156126

157-
.btn-info {
158-
background-color: #4285f4;
159-
color: white;
127+
.btn-custom {
128+
background-color: #a8d1ff;
129+
color: #333;
160130
}
161131

162-
.btn-info:hover {
163-
background-color: #2a75f3;
132+
.btn-custom:hover {
133+
background-color: #86bfff;
164134
text-decoration: none;
165135
}
166136

167-
.funding-list {
168-
list-style-type: none;
169-
padding: 0;
170-
margin: 0;
137+
.opening-positions h1 {
138+
margin-bottom: 15px;
139+
font-size: 2em;
171140
}
172141

173-
.funding-list li {
174-
margin-bottom: 15px;
175-
padding-left: 20px;
176-
position: relative;
142+
.funding-cards {
143+
display: grid;
144+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
145+
gap: 20px;
146+
margin-top: 20px;
177147
}
178148

179-
.funding-list li:before {
180-
content: "";
181-
position: absolute;
182-
left: 0;
183-
color: #4285f4;
184-
font-weight: bold;
149+
.funding-card {
150+
background-color: white;
151+
border-radius: 8px;
152+
padding: 20px;
153+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
185154
}
186155

187-
.funding-item {
156+
.funding-title {
157+
margin: 0;
158+
font-size: 1.2em;
188159
display: flex;
189-
flex-direction: column;
160+
align-items: center;
161+
justify-content: space-between;
190162
}
191163

192-
.funding-title {
193-
font-weight: bold;
194-
color: #333;
164+
.funding-title a {
165+
color: #4285f4;
166+
text-decoration: none;
167+
}
168+
169+
.funding-title a:hover {
170+
text-decoration: underline;
171+
}
172+
173+
.funding-title i {
174+
font-size: 0.8em;
175+
margin-left: 8px;
176+
color: #4285f4;
195177
}
196178

197179
.funding-subtitle {
180+
margin-top: 8px;
198181
font-size: 0.9em;
199182
color: #666;
200-
margin-top: 3px;
201183
}
202184

203185
@media (max-width: 768px) {
@@ -208,5 +190,19 @@ author_profile: true
208190
.opening-header h1 {
209191
font-size: 2em;
210192
}
193+
194+
.funding-cards {
195+
grid-template-columns: 1fr;
196+
}
197+
198+
.button-container {
199+
flex-direction: column;
200+
gap: 10px;
201+
}
202+
203+
.btn {
204+
width: 100%;
205+
text-align: center;
206+
}
211207
}
212208
</style>

0 commit comments

Comments
 (0)