Begin website major redesign.
This commit is contained in:
parent
ed3ea2ecee
commit
85b7df59d4
16
index.html
16
index.html
@ -4,12 +4,16 @@
|
||||
<title>Inferencium Network</title>
|
||||
<link rel="stylesheet" href=infnet.css>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Inferencium Network</h1>
|
||||
<div class="sidebar">
|
||||
<div>Inferencium Network</div><br>
|
||||
<br>
|
||||
<p>- <a href="about.html">About</a></p>
|
||||
<p>- <a href="contact.html">Contact</a></p>
|
||||
<p>- <a href="blog.html">Blog</a></p>
|
||||
<p>- <a href="source.html">Source</a></p>
|
||||
<div href="about.html">About</div>
|
||||
<div>Contact</div>
|
||||
<div>Blog</div>
|
||||
<div>Source</div>
|
||||
</div>
|
||||
<div class="body-text">
|
||||
</div>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
21
infnet.css
21
infnet.css
@ -1,3 +1,24 @@
|
||||
.sidebar {
|
||||
height: 100%;
|
||||
width: 150px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding-top: 40px;
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
.sidebar div {
|
||||
padding: 8px;
|
||||
font-size: 24px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.body-text {
|
||||
margin-left: 150px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Roboto, sans-serif;
|
||||
background-color: #262626;
|
||||
|
Loading…
x
Reference in New Issue
Block a user