Skip to content

Commit

Permalink
wrote this on the bus
Browse files Browse the repository at this point in the history
  • Loading branch information
Karnbir committed Aug 25, 2024
1 parent d6d1dde commit 518c698
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
11 changes: 2 additions & 9 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,23 @@
<li><a href="gallery.html">🖼️ Gallery</a></li>
</ul>
</nav>

</nav>
<div class="row">
<img src="images/Sienna.jpg" width="500">

<img src="images/Sienna2.jpg" width="500">

<img src="images/Sienna3.jpg" width="500">

<img src="images/Sienna4.jpg" width="500">

<img src="images/Sienna5.jpg" width="500">

<img src="images/SiennaWireframe.jpg" width="500">
<img src="images/SiennaWireframe2.jpg" width="500">
<img src="images/SiennaWireframe3.jpg" width="500">
<img src="images/SiennaWireframe4.jpg" width="500">
<img src="images/SiennaWireframe5.jpg" width="500">

<img src="images/bmw1.png" width="500">
<img src="images/bmw2.png" width="500">
<img src="images/bmw3.png" width="500">
<img src="images/bmw4.png" width="500">




</div>
</body>
3 changes: 2 additions & 1 deletion health.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</ul>
</nav>
<h1>Health</h1>
<div class="Writing">
<p>"A healthy man wants a thousand things, a sick man only wants one." - Confucius</p>
<p>Written on June 5th, 2024</p>
<p></p>
Expand Down Expand Up @@ -68,5 +69,5 @@ <h3>Physical Health</h3>
</ul>
</li>
</ul>

</div>
</body>
3 changes: 2 additions & 1 deletion meta-skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<li><a href="gallery.html">🖼️ Gallery</a></li>
</ul>
</nav>
<body>
<h1>Meta-Skills</h1>
<div class="Writing">
<p>"If you’re good with computers, if you’re good at basic mathematics, if you’re good at writing, if you’re good at speaking, and if you like reading, <b>you’re set for life</b>.”― Naval Ravikant</p>
<p>Written on May 23, 2024</p>
<li><b>Learning to Learn</b></li>
Expand All @@ -31,5 +31,6 @@ <h1>Meta-Skills</h1>
<ul>Ability to get stuff done
</ul>
<a href="index.html">🏡Go Home</a>
</div>
</body>
</html>
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ body {
background-color: rgb(255, 252, 240);
font-family: 'JetBrains Mono';font-size: 12px;
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
}

nav ul {
Expand Down
2 changes: 2 additions & 0 deletions traps.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</nav>
<main>
<h1>Common Traps</h1>
<div class="Writing">
<p>To know the things to do, it helps to know the things to not do</p>
<p>Written on June 27th, 2024</p>
<h3>Mimetic Desire</h3>
Expand All @@ -32,4 +33,5 @@ <h3>Skinner Boxes</h3>
<input type="submit">
</form>
</table>
</div>
</body>

0 comments on commit 518c698

Please sign in to comment.