Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinaelnombre committed Sep 29, 2024
1 parent 9a1d733 commit 1cb53fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions publish/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akhil N</title>
<link rel="stylesheet" href="/output.css">
<link rel="stylesheet" href="global.css">
<script src="myHeader.js"></script>
<script src="myFooter.js"></script>
</head>

<body>
<h1 class="text-xl text-center pt-8">About me</h1>
<div class="flex flex-col p-12">
<h1>About me</h1>
<div>
Hello! I am Akhil, a software engineer from India. Here are some of my interests:
<ol class="list-decimal list-inside p-2">
<li>CS & Math</li>
Expand All @@ -34,4 +36,4 @@ <h1 class="text-xl text-center pt-8">About me</h1>

</body>

</html>
</html>
1 change: 1 addition & 0 deletions publish/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ body {
}

main {
display: block;
padding: var(--spacing-lg);
border-radius: 0.5rem;
box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 1cb53fb

Please # to comment.