Initial commit
This commit is contained in:
41
Web/oldWebsite/css/mainstyle.css
Normal file
41
Web/oldWebsite/css/mainstyle.css
Normal file
@@ -0,0 +1,41 @@
|
||||
body {
|
||||
/*
|
||||
background-image:url('/web/20241005043404im_/https://www.ramberg.net/images/testbg.jpg');
|
||||
*/
|
||||
background-color:#fffff0;
|
||||
}
|
||||
H1 {
|
||||
COLOR: #800000
|
||||
}
|
||||
H2 {
|
||||
COLOR: #800000
|
||||
}
|
||||
H3 {
|
||||
COLOR: #800000
|
||||
}
|
||||
H4 {
|
||||
COLOR: #800000
|
||||
}
|
||||
A {
|
||||
COLOR: #000000;
|
||||
TEXT-DECORATION: none
|
||||
}
|
||||
A:link {
|
||||
COLOR: #000000;
|
||||
TEXT-DECORATION: none
|
||||
}
|
||||
A:visited {
|
||||
COLOR: #000000;
|
||||
TEXT-DECORATION: none
|
||||
}
|
||||
A:active {
|
||||
COLOR: #000000;
|
||||
TEXT-DECORATION: underline
|
||||
}
|
||||
A:hover {
|
||||
COLOR: #000000;
|
||||
TEXT-DECORATION: underline
|
||||
}
|
||||
LEGEND {
|
||||
COLOR: #800000
|
||||
}
|
||||
0
Web/oldWebsite/images/.emptyFile
Normal file
0
Web/oldWebsite/images/.emptyFile
Normal file
38
Web/oldWebsite/index.html
Normal file
38
Web/oldWebsite/index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Kim Brian Ramberg</title>
|
||||
<link rel="StyleSheet" href="css/mainstyle.css" type="text/css">
|
||||
<meta http-equiv="expires" content="0">
|
||||
<meta name="copyright" content="(C) 1995-2025 Kim Brian Ramberg"/>
|
||||
|
||||
<script src="https://www.gravatar.com/js/hovercards/hovercards.min.js"></script>
|
||||
<script>
|
||||
( function() {
|
||||
function init() {
|
||||
Gravatar.init();
|
||||
}
|
||||
if( document.readyState !== 'loading') {
|
||||
init();
|
||||
} else {
|
||||
document.addEventListener( 'DOMContentLoaded', init );
|
||||
}
|
||||
} )();
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Kim Brian Ramberg</h1>
|
||||
|
||||
<img src="https://www.gravatar.com/avatar/e6c03c8d4b16c74d0483644252a5b88c8217cda6a6966682dc4d6a37a11bcbc7?d=&s=64" id="roundedcorners" alt=""/>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.facebook.com/kim.brian.ramberg">Facebook</a></li>
|
||||
<li><a href="https://twitter.com/kbramberg">Twitter</a></li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
<i><small><copy>© 1995-2025 Kim Brian Ramberg</copy></small></i>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user