Update (simplify) content and improve CSS
This commit is contained in:
parent
39db748b53
commit
de063057c4
43
index.html
43
index.html
@ -10,7 +10,7 @@
|
||||
<link href="https://fonts.googleapis.com/css2?family=Playfair:wght@300&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="topbar"></div>
|
||||
<!-- <div id="topbar"></div> -->
|
||||
<!-- <div class="overlay-gradient"></div> -->
|
||||
<svg class="o-grad" xmlns='http://www.w3.org/2000/svg'>
|
||||
<filter id='noiseFilter'>
|
||||
@ -23,33 +23,34 @@
|
||||
</svg>
|
||||
<div id="content">
|
||||
<div class="content-topbar" id="content-topbar-4"></div>
|
||||
<!-- <div class="content-topbar" id="content-topbar-2"></div> -->
|
||||
<!-- <div class="content-topbar" id="content-topbar-3"></div> -->
|
||||
<!-- <div class="content-topbar" id="content-topbar-4"></div> -->
|
||||
<!-- <div class="content-topbar" id="content-topbar-5"></div> -->
|
||||
<div id="content-body">
|
||||
<h1>Joseph Ferano</h1>
|
||||
<hr>
|
||||
<!-- <a href="https://blog.ferano.io">blog</a> -->
|
||||
<h2>Projects</h2>
|
||||
<p></p>
|
||||
<br />
|
||||
<p>Wargate Heroes</p>
|
||||
<br />
|
||||
<a href="https://www.youtube.com/watch?v=MwaA7Ao7FDA">Gameplay</a> | <a href="https://www.youtube.com/watch?v=p39bR69Ws8s">Trailer</a>
|
||||
<br />
|
||||
<a href="https://moonminers.app">Moon Miners</a>
|
||||
<br />
|
||||
<a href="https://github.com/JosephFerano/kanban-tui">Kanban TUI</a>
|
||||
<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/watch?v=p39bR69Ws8s">Wargate Heroes</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/watch?v=uWEXo278UmQ">Jaws.io</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/watch?v=T5DXcvSaR-w">Starship Troopers: Invasion "Mobile Infantry"</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.ferano.io/JosephFerano/kanban-tui">Kanban TUI</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/JosephFerano/basicterm">Basicterm</a>
|
||||
<br />
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/JosephFerano/elm-graphics">Elm Graphics</a>
|
||||
<br />
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.ferano.io/JosephFerano/dotfiles">dotfiles</a>
|
||||
<h2>Resume</h2>
|
||||
<a href="https://ferano.io/resume">PDF</a> |
|
||||
<a href="https://ferano.io/resume">HTML</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Socials</h2>
|
||||
<div>
|
||||
<a class="svg-icon" href="https://git.ferano.io">
|
||||
@ -94,7 +95,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<h2>Contact</h2>
|
||||
<span>Ask for my email</span>
|
||||
<span>joseph @ this sites url</span>
|
||||
<!-- <script src="static/main.js"></script> -->
|
||||
</div>
|
||||
</body>
|
||||
|
36
main.css
36
main.css
@ -4,13 +4,13 @@
|
||||
left: 0;
|
||||
background-color: #594F4F;
|
||||
width: 100%;
|
||||
height: 12px;
|
||||
/* height: 12px; */
|
||||
}
|
||||
|
||||
.content-topbar {
|
||||
width: 600px;
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
margin: -24px;
|
||||
/* margin: -24px; */
|
||||
}
|
||||
|
||||
#content-topbar-1 { background-color: hsla(84,91%,87%, 0.9); }
|
||||
@ -26,7 +26,7 @@
|
||||
/* #594F4F, 5%) 100%) */
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
/* margin: 0; */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -60,7 +60,7 @@ body {
|
||||
hsla(0, 6%, 25%, 1) 100%
|
||||
) no-repeat;
|
||||
background-color: hsla(0, 6%, 25%, 1);
|
||||
margin: 20px auto;
|
||||
margin: auto;
|
||||
max-width: 600px;
|
||||
line-height: 1.6;
|
||||
font-size: 18px;
|
||||
@ -70,13 +70,13 @@ body {
|
||||
|
||||
p {
|
||||
font-family: 'Playfair', serif;
|
||||
margin: 0px 0px -30px 0px;
|
||||
padding: 0px;
|
||||
/* margin: 0px 0px -30px 0px; */
|
||||
/* padding: 0px; */
|
||||
}
|
||||
|
||||
div.gallery {
|
||||
float: left;
|
||||
margin: -10px;
|
||||
/* margin: -10px; */
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
@ -86,18 +86,26 @@ span {
|
||||
|
||||
#content {
|
||||
background-color: hsla(84, 20%, 99%, 1);
|
||||
position: relative;
|
||||
/* padding: 24px; */
|
||||
}
|
||||
|
||||
#content-body {
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: hsla(134, 52%, 75%, 1);
|
||||
color: hsla(0,6%,33%, 0.9);
|
||||
}
|
||||
h1 {
|
||||
color: hsla(190, 21%, 36%, 1);
|
||||
font-family: 'Playfair', serif;
|
||||
/* margin-top: -5px; */
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
h2, h3 {
|
||||
color: hsla(190, 21%, 36%, 1);
|
||||
line-height: 1.6;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.2;
|
||||
font-family: 'Playfair', serif;
|
||||
}
|
||||
|
||||
@ -117,7 +125,7 @@ a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
font-family: 'Playfair', sans-serif;
|
||||
margin: 0px 0px 50px 0px;
|
||||
/* margin: 0px 0px 50px 0px; */
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user