Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 25 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@
<meta
charset="utf-8" >
<meta
name="viewport"
name="viewport"
content="width=device-width, initial-scale=1" >
<meta
name="description"
name="description"
content="Senior Game Developer, Engine Developer, Low-Level Network, Low-Level Systems" >
<meta
name="author"
name="author"
content="Caio Raphael" >
<meta
name="theme-color"
content="#ffffff"
name="theme-color"
content="#ffffff"
media="(prefers-color-scheme: light)" >
<meta
name="theme-color"
content="#101010"
name="theme-color"
content="#101010"
media="(prefers-color-scheme: dark)" >
<link
rel="icon"
rel="icon"
href="/assets/icon.ico" >
<link
rel="icon"
href="/assets/icon-16x16.png"
sizes="16x16"
rel="icon"
href="/assets/icon-16x16.png"
sizes="16x16"
type="image/png" >
<link
rel="icon"
href="/assets/icon-32x32.png"
sizes="32x32"
rel="icon"
href="/assets/icon-32x32.png"
sizes="32x32"
type="image/png" >
<link
rel="stylesheet"
rel="stylesheet"
href="/static/home.38954.css" >
</head>
<body>
Expand All @@ -51,20 +51,22 @@ <h1>
<p>
Senior Game Developer, Engine Developer, Low-Level Network, Low-Level Systems
</p>
<p
id="wip-msg" >
(This site is a work in progress)
</p>
</header>
<div>
<a
href="/studies/_index.html"
href="/studies/_index.html"
class="btn" >
Studies
</a>
<a
href="https://github.com/caioraphael1"
target="_blank"
href="https://github.com/caioraphael1"
target="_blank"
class="btn" >
Projects
</a>
<a
href="https://github.com/caioraphael1"
target="_blank"
class="btn" >
Github
</a>
Expand All @@ -75,7 +77,7 @@ <h1>
id="central-footer" >
🧑‍💻 built by and copyright
<a
href="https://github.com/caioraphael1"
href="https://github.com/caioraphael1"
target="_blank" >
Caio Raphael
</a>
Expand Down
Loading