File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ importance: 1
77category : 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 %}
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ importance: 1
77category : 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/ )
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ importance: 1
77category : 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 >
You can’t perform that action at this time.
0 commit comments