-
Notifications
You must be signed in to change notification settings - Fork 0
/
social.html
124 lines (109 loc) · 3.04 KB
/
social.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<HTML>
<HEAD>
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<TITLE>Tysseract</TITLE>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83950545-1', 'auto');
ga('send', 'pageview');
</script>
<style>
body {margin:0;}
ul {
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 200px;
overflow: hidden;
background-color: #0101F8;
position: fixed;
top: 20px;
width: 100%;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #01FFFC;
}
.active {
background-color: #01FF00;
}
.graybox{
width:200px;
height:1500px;
margin: 0;
padding: 0;
overflow:
hidden;
position:
fixed;
top: 0;
background:#808080;
}
.scroller{
width:100%;
margin-left:200px;
top:0px;
position:fixed;
background:#FCFF03;
height:20px
}
.leftscrollbox{
width:10px;
margin-left:200px;
top:0px;
position:fixed;
background:#FC02FA;
height:20px
}
.rightscrollbox{
width:10px;
right:0px;
top:0px;
position:fixed;
background:#FC02FA;
height:20px
}
</style>
</head>
<BODY>
<ul>
<li><a class="active" href="http://www.tysseract.net/">Home</a></li>
<li><a href="http://www.tysseract.net/about">About</a></li>
<li><a href="http://blog.tysseract.net/">Blog</a></li>
<li><a href="http://www.tysseract.net/social">Social</a></li>
<li><a href="http://www.tysseract.net/photography">Photography</a></li>
<li><a href="http://www.tysseract.net/cad">CAD</a></li>
<li><a href="http://www.tysseract.net/code">Code</a></li>
<li><a href="http://www.tysseract.net/architecture">Architecture</a></li>
<li><a href="http://www.tysseract.net/writings">Writings</a></li>
<li><a href="http://www.tysseract.net/math">Mathematics</a></li>
<li><a href="http://www.tysseract.net/Ideas">Ideas</a></li>
</ul>
<div class="graybox">
<p style="color:#01FF00;margin-left:8px;margin-top:200px;font-size:40px; font-family:Sans-serif, Aril;font-weight: bold;">Tysseract</p>
</div>
<img src="tesseractgif.gif" alt="Tysseract" style="width:200px;height:200px; margin: 0; padding: 0; overflow: hidden; position: fixed; top: 0;">
<div class="scroller"><marquee behavior="scroll" direction="right" scrollamount="10">Newsflash!</marquee></div>
<div class="leftscrollbox"></div>
<div class="rightscrollbox"></div>
<!-- Body -->
<div style="padding:20px;margin-top:50px;margin-left:200px;background-color:#D3D3D3;height:1450px;">
<P>
<!-- <script src="https://www.reddit.com/user/tysseract/submitted.embed?limit=5&sort=hot&expanded=1" type="text/javascript"></script> -->
This page is under construction.
</P>
</div>
</BODY>