Skip to content

Commit bc0ad26

Browse files
committed
Profiles
1 parent 0fd30e1 commit bc0ad26

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

_team/beesen.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ importance: 1
77
category: BS
88
---
99

10-
<div class="profile">
10+
<div class="profile float-right">
1111
<img src="/assets/img/team/Beesen.jpg" class="img-fluid z-depth-1 rounded"/>
1212
</div>
13+
14+
15+
{% capture remote_content %}{% remote_include https://raw.githubusercontent.com/AtharvaBeesen/AtharvaBeesen/refs/heads/main/README.md %}{% endcapture %}
16+
{% assign lines = remote_content | split: '
17+
' %}
18+
{% for line in lines offset: 1 limit: 100 %}
19+
{{ line }}
20+
{% endfor %}

_team/mahajan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ importance: 1
77
category: BS
88
---
99

10-
<div class="profile">
10+
<div class="profile float-right">
1111
<img src="/assets/img/team/Mahajan.jpg" class="img-fluid z-depth-1 rounded"/>
1212
</div>
13+
14+
[Website](https://amahajan68.github.io/academic_cv/)

_team/mondal.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ importance: 1
77
category: BS
88
---
99

10-
<div class="profile">
10+
<div class="profile float-right">
1111
<img src="/assets/img/team/Mondal.jpg" class="img-fluid z-depth-1 rounded"/>
1212
</div>
13+
14+
{% capture remote_content %}{% remote_include https://raw.githubusercontent.com/Dodesimo/Dodesimo/refs/heads/main/README.md %}{% endcapture %}
15+
{% assign lines = remote_content | split: '
16+
' %}
17+
{% for line in lines offset: 1 limit: 100 %}
18+
{{ line }}
19+
{% endfor %}
20+
<br><br><br><br><br><br>

0 commit comments

Comments
 (0)