Skip to content

Commit

Permalink
Commiting new style
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeygore committed Oct 12, 2023
1 parent f541664 commit 6a97ac6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 36 deletions.
5 changes: 2 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified .jekyll-metadata
Binary file not shown.
66 changes: 33 additions & 33 deletions _layouts/bare.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,43 +60,43 @@

</head>
<body>
<div class="container pt-2 ps-4">
<div class="row pt-4">
<div class="col-sm-auto pb-2">
<a class="name-header" href="/">ENTANGLING EXUBERANCE</a>
</div>

<div class="col-sm-6">
{% for item in site.data.navigation %}
<a class="menu-section" href="{{ item.link }}" {% if page.url== item.link
%}style="color: #8A2BE2; text-decoration: underline" {% endif %} {% if item.name contains
"Foowar" or item.name contains "Sequoia"%}target="_blank"{%endif%}>
{{item.name}}
</a>
&nbsp
{% endfor %}
</div>
<div class="container-flex pt-4 ps-4 pb-4 d-flex justify-content-start align-self-center">
<div class="col-md-4 float-start">
<a class="name-header" href="/">ENTANGLING EXUBERANCE</a>
</div>
<div class="pt-4">
{{ content }}
<div class="col-md-8 d-flex justify-content-end pe-4 align-self-center">
{% for item in site.data.navigation %}
<a class="menu-section" href="{{ item.link }}" {% if page.url== item.link
%}style="color: #8A2BE2; text-decoration: underline" {% endif %} {% if item.name contains
"Foowar" or item.name contains "Sequoia"%}target="_blank"{%endif%}>
{{item.name}}
</a>
&nbsp
{% endfor %}
</div>
<div class="pb-4 pt-2">
</div>

<div class="container pt-4">
{{ content }}
</div>
<div class="fixed-bottom pb-4 pt-2 ps-4">
<a href="https://twitter.com/ajeygore" target="_blank" style="text-decoration: none; font-size: 16pt">
<i class="bi bi-twitter"></i>
</a>
<a href="https://sg.linkedin.com/in/ajeygore" target="_blank" style="text-decoration: none; font-size: 16pt">
<i class="bi bi-linkedin"></i>
</a>
<a href="https://github.com/ajeygore" target="_blank" style="text-decoration: none; font-size: 16pt">
<i class="bi bi-github"></i>
</a>

<a href="https://www.sequoiacap.com/india/" target="_blank" style="text-decoration: none; font-size: 16pt">
<i class="bi bi-globe"></i>
</a>
</div>


<a href="https://twitter.com/ajeygore" target="_blank" style="text-decoration: none; font-size: 16pt">
<i class="bi bi-twitter"></i>
</a>
<a href="https://sg.linkedin.com/in/ajeygore" target="_blank" style="text-decoration: none; font-size: 16pt">
<i class="bi bi-linkedin"></i>
</a>
<a href="https://github.com/ajeygore" target="_blank" style="text-decoration: none; font-size: 16pt">
<i class="bi bi-github"></i>
</a>
<a href="https://www.sequoiacap.com/india/" target="_blank" style="text-decoration: none; font-size: 16pt">
<i class="bi bi-globe"></i>
</a>

</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
Expand Down

0 comments on commit 6a97ac6

Please sign in to comment.