added svg
This commit is contained in:
parent
e86467341f
commit
b326e231d9
|
@ -92,6 +92,11 @@ code{
|
|||
animation-name: Down-header;
|
||||
}
|
||||
|
||||
.header > img {
|
||||
position: sticky;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
|
||||
a{
|
||||
color: #009ff9;
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
<meta name="theme-color" content="#0000ff">
|
||||
|
||||
<title>iceyfox frost box</title>
|
||||
<link rel="stylesheet" href="assets/index.css?ver=30" />
|
||||
<link rel="stylesheet" href="assets/index.css?ver=31" />
|
||||
</head>
|
||||
<body>
|
||||
<div align="center">
|
||||
<div class="header" id="header_main">The Frost Box</div>
|
||||
<div class="header" id="header_main">The Frost Box<img src="assets/img/icons/frostbox-white.png"></div>
|
||||
<div class="spacer1" id="spacer_header"></div>
|
||||
<div class="main" align="left">
|
||||
<div class="social-tray">
|
||||
|
@ -51,7 +51,7 @@
|
|||
<br><br>
|
||||
<div class="line-break"></div>
|
||||
<h1>about me</h1>
|
||||
<p>Im interested in coding, networking technologies, 3d modeling, as well as 3d CGI.</p>
|
||||
<p>Im interested in coding, networking technologies, 3d modeling, 3d CGI, and I dabble in SVG's</p>
|
||||
<p>Programming in bash, Clang, Javascript, Nodejs, lua, and beginning with web design.</p>
|
||||
<p>My main focus is web sockets, mysql, and anything really that involves connecting devices to other devices. Typically through web sockets.</p>
|
||||
<p>Previous work experience? none, i do this as a hobby.</p>
|
||||
|
|
Loading…
Reference in New Issue