core: actually achieve split intro
This commit is contained in:
parent
a751832a5c
commit
d574883963
18
default.css
18
default.css
@ -20,26 +20,16 @@ body {
|
||||
padding: 2rem 1.5rem;
|
||||
}
|
||||
|
||||
#introduction {
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
overflow-x: hidden;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#introLeft {
|
||||
display: inline-block;
|
||||
max-width: 40rem;
|
||||
left: 0;
|
||||
max-width: 74rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#introRight {
|
||||
display: inline-block;
|
||||
max-width: 10rem;
|
||||
right: 0;
|
||||
max-width: 5rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
|
@ -6,7 +6,7 @@
|
||||
<link rel="stylesheet" href="default.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="introduction" class="inside">
|
||||
<div class="inside">
|
||||
<div id="introLeft">
|
||||
<p style="font-size: 3.5rem;">TRIANTA</p>
|
||||
<p>Function over form by design</p>
|
||||
@ -16,7 +16,6 @@
|
||||
<a class="navigation" href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="inside">
|
||||
<h2>Completed Projects</h2>
|
||||
<div class="card">
|
||||
@ -56,7 +55,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="inside">
|
||||
<h2>Current Personal Projects</h2>
|
||||
<div class="card">
|
||||
|
Loading…
Reference in New Issue
Block a user