Skip to content

Commit 3aa6f8e

Browse files
committed
Adjust style
1 parent fc4f432 commit 3aa6f8e

7 files changed

Lines changed: 32 additions & 11 deletions

File tree

_data/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ menu__settings:
3535
title: 'Alumni'
3636
- url: '/interns/'
3737
title: 'Interns'
38-
- url: '/join-us/'
38+
- url: '/open-positions/'
3939
title: 'Join us'
4040

4141

_pages/interns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Our Previous Interns
3+
title: Our Past Interns
44
permalink: /interns/
55
---
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
3-
title: Join Us
4-
permalink: /join-us/
3+
title: Open Positions
4+
permalink: /open-positions/
55
---
66

77

_pages/research.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,32 @@
77
<div class="container">
88
<div class="tag__head">
99

10-
<div class="post">
10+
1111
<h1 class="tag__title">{{ page.title }}</h1>
1212
<p class="post__content">We live in a microbial world with <a href="{{ site.baseurl }}/prepare">enormous genetic diversity</a>. Only a handful of micro-organisms are pathogenic and yet the overuse of antimicrobials is tipping the world into an era where <a href="{{ site.baseurl }}/amritas">antibiotics no longer work</a>. By understanding how microbes interact and assemble, we want to find urgently needed solutions to address the antimicrobial resistance challenge. Our vision is to understand how natural microbial communities function and use this to design synthetic communities that address humanities grand challenges in health, sustainability, and climate change.</p>
13-
</div>
13+
1414
</div>
15-
<hr>
1615
<p align="center">
1716
<img src="/images/misc/MTMSResearch.png"/>
1817
</p>
1918

2019
</div>
2120

2221

23-
<hr>
24-
<a href="#tags_top" id="tags_top"></a>
22+
2523

2624
{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
2725
{% assign tag_words = site_tags | split:',' | sort %}
2826

2927
{% if page.video_embed %} {% assign videoPost = ' post-head-video' %} {% assign videoInfo = ' post__info-video' %} {% endif %}
3028

3129
<!-- begin tags -->
30+
<div style="margin-top: 50px;"></div>
3231
<section class="tags">
3332

3433
<div class="tag__head">
34+
35+
<a href="#tags_top" id="tags_top"></a>
3536

3637
<div class="container">
3738

_sass/3-modules/_hero.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
@media (max-width: $mobile) {
22-
height: 800px;
22+
height: 850px;
2323
}
2424
}
2525

_sass/4-layouts/_post.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,26 @@
367367
}
368368
}
369369

370+
.post__content {
371+
color: var(--text-color);
372+
text-align: justify;
373+
374+
@media (max-width: $mobile) {
375+
text-align: left;
376+
}
377+
378+
379+
a {
380+
font-weight: 600;
381+
border-bottom: 1px solid var(--border-alt-color);
382+
383+
&:hover {
384+
color: var(--link-color);
385+
border-bottom-color: var(--link-color-hover);
386+
}
387+
}
388+
}
389+
370390
/* Post Share */
371391
.post__share {
372392
margin-top: 60px;

_sass/4-layouts/_tags-page.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
margin-bottom: 60px;
44

55
.tag__title {
6-
margin-top: 72px;
6+
margin-top: 92px;
77
margin-bottom: 72px;
88
font-size: 52px;
99
line-height: 1.4;

0 commit comments

Comments
 (0)