Skip to content

Commit 2bc969f

Browse files
committed
keep projects tab
1 parent ace73a4 commit 2bc969f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141

142142

143-
<body onload="showTab('myStory')">
143+
<body onload="showTab('Projects')">
144144
<header>
145145
<h2 id="name"></h2>
146146
</header>
@@ -152,8 +152,9 @@ <h2 id="name"></h2>
152152
| <a href="Harishankar_Resume.pdf" target="_blank">RESUME</a>
153153
<p></p>
154154
<div style="display: flex; gap: 10px;">
155-
<button id = "default" class="modern-button" onclick="showTab('myStory', this)">Story</button>
156-
<button class="modern-button" onclick="showTab('Projects', this)">Projects</button>
155+
<!-- <button id = "default" class="modern-button" onclick="showTab('myStory', this)">Story</button> -->
156+
<button id = "default" class="modern-button" onclick="showTab('Projects', this)">Projects</button>
157+
<!-- <button class="modern-button" onclick="showTab('Projects', this)">Projects</button> -->
157158
<!-- <button class="modern-button" onclick="showTab('interests', this)">Interests</button> -->
158159
<!-- <button class="modern-button" onclick="showTab('Resume', this)">Resume</button> -->
159160
</div>

0 commit comments

Comments
 (0)