Skip to content

Commit

Permalink
Last updated on 2024-07-15 18:45:13
Browse files Browse the repository at this point in the history
  • Loading branch information
arghyadutta committed Jul 15, 2024
1 parent 75599cd commit 9059059
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
**/.DS_Store
local/
**/.DS_Store
16 changes: 5 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@
<head>
<title>Arghya Dutta</title>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180"
href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32"
href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16"
href="favicon_io/favicon-16x16.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<style>
html { width: 90%; max-width: 600px; margin-left: auto; margin-right: auto; font-size: 18px; font-family: sans-serif; line-height: 1.3; color: black; background: white; } a { outline: none; text-decoration: none; } *::selection { background: rgba(248, 228, 54, 1); color: black; }
</style>
<link rel="stylesheet" href="style.css">
</head>

<body>
Expand Down
4 changes: 1 addition & 3 deletions papers.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<style>
html { width: 90%; max-width: 600px; margin-left: auto; margin-right: auto; font-size: 18px; font-family: sans-serif; line-height: 1.3; color: black; background: white; } a { outline: none; text-decoration: none; } *::selection { background: rgba(248, 228, 54, 1); color: black; }
</style>
<link rel="stylesheet" href="style.css">
</head>

<body>
Expand Down
33 changes: 33 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
html {
width: 90%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
font-size: 18px;
font-family: sans-serif;
line-height: 1.3;
color: black;
background: white;
}

a:link, :visited {
color: #3E58F6;
background-color: transparent;
text-decoration: none;
outline: none;
}


*::selection {
background: rgba(248, 228, 54, 1);
color: black;
}


/* img {
float: right;
width: auto;
max-height: 200px;
padding-left: 20px;
padding-bottom: 20px;
} */

0 comments on commit 9059059

Please sign in to comment.