forked from xcat2/xcat2.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.html
159 lines (140 loc) · 3.6 KB
/
head.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body {
background-color: white;
color: #010205;
font-family: Roboto, Verdana, Arial, Sans-Serif;
font-size: 11.0pt;
font-weight: normal;
line-height: 1.2;
margin: 0;
width: 100%;
height: 185px;
top: 0px;
}
div {
margin: 0;
border: 0;
padding: 0;
}
button {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
border-image-outset: 0;
color: rgb(125, 124, 124);
cursor: pointer;
border: none;
padding: 0;
font-size: 122%;
}
img {
border: 0;
}
#toolbar {
color: white;
margin-top: 36px;
padding-left: 28%;
}
#logo {
display: inline;
height: 50px;
left: 80px;
position: absolute;
top: 22.8438px;
width: 50.9688px;
}
.gwd-span-xx0b {
font-size: 245%;
font-weight: bold;
cursor: pointer;
}
.gwd-label-1ezr {
height: 69.125px;
left: 132.964px;
position: absolute;
top: 27.8438px;
width: 126.938px;
}
@media only screen and (min-width: 680px) and (max-width: 930px) {
button {
display: left;
float: left;
font-family: Roboto, Verdana, Arial, Sans-Serif;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
border-image-outset: 0;
color: rgb(125, 124, 124);
cursor: pointer;
font-size: 110%;
}
#logo {
display: inline;
height: 38px;
top: 26px;
width: 38px;
}
.gwd-span-xx0b {
font-size: 200%;
font-weight: bold;
cursor: pointer;
}
.gwd-label-1ezr {
height: 30px;
left: 120px;
position: absolute;
top: 32px;
width: 55px;
}
}
@media only screen and (max-width: 680px) {
#toolbar {
color: white;
margin-top: 24px;
}
button {
font-family: Roboto, Verdana, Arial, Sans-Serif;
display: left;
float: left;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
border-image-outset: 0;
color: rgb(125, 124, 124);
cursor: pointer;
font-size: 90%;
}
#logo {
display: inline;
height: 38px;
left: 7%;
top: 18px;
width: 38px;
}
.gwd-span-xx0b {
font-size: 145%;
font-weight: bold;
cursor: pointer;
}
.gwd-label-1ezr {
display: inline;
height: 35px;
left: 5%;
position: absolute;
top: 55px;
width: 63px;
}
}
</style>
</head>
<body>
<a href="/"><img id="logo" src="webcontent/assets/logo.jpeg" alt="xCAT Logo" title="xCAT Logo"></a>
<label class="gwd-label-1ezr"><span class="gwd-span-xx0b" onclick="window.open('index.html')">xCAT</span></label>
<div id="toolbar">
<button onclick="window.open('download.html')">Download</button>
<button onclick="window.open('https://xcat-docs.readthedocs.io/en/stable/')">Documentation</button>
<button onclick="window.open('mailto:[email protected]')" title="A mail list with the majority of xCAT users to discuss any xCAT related questions" >Mailing List</button>
<button onclick="window.open('https://github.com/xcat2/xcat-core')" title="xCAT Community" >GitHub</button>
<button onclick="window.open('https://github.com/xcat2/xcat-core/issues')" title="Raise bug report">Issues</button>
<button onclick="window.open('https://gitter.im/xCAT2/xcat-core?source=orgpage')" title="Stay in touch with xCAT developers" >Gitter</button>
</div>
</body>