forked from xcat2/xcat2.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
joinus.html
84 lines (73 loc) · 2.99 KB
/
joinus.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
<!DOCTYPE html>
<html>
<head>
<meta name="GCD" content="YTk3ODQ3ZWZhN2I4NzZmMzBkNTEwYjJla2e24c1eb1704104e42a76dcd13809a5">
<meta charset="utf-8">
<title>xCAT | Join US</title>
<meta name="generator" content="Google Web Designer 5.0.1.1129">
<meta name="template" content="Expandable 3.0.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="webcontent/assets/title.ico" type="image/x-icon">
<link rel="stylesheet" href="webcontent/css/default.css" type="text/css">
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
margin: 0px;
}
.gwd-page-container {
position: relative;
width: 100%;
height: 100%;
}
.container {
padding-left: 60px;
padding-right: 60px;
height: 450px;
}
#back {
display: block;
left: 0px;
right: 0px;
position: absolute;
width: 100%;
top: 98px;
height: 60px;
transform-origin: 678.469px 35.5245px 0px;
-webkit-transform-origin: 678.469px 35.5245px 0px;
-moz-transform-origin: 678.469px 35.5245px 0px;
}
@media only screen and (max-width: 680px) {
#back {
height: 50px;
}
}
#head_navigator {
color: white;
padding-right: 50px;
padding-left: 0;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135454449-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135454449-1');
</script>
</head>
<body>
<iframe src="head.html" style="display:block;" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" width="100%" height="180px" position="absolute" bottom="0px"></iframe>
<div id="head_navigator"><img id="back" border="0" src="webcontent/assets/image_34.jpg" title="background"></div>
<div class="container">
<h2>Stay In Touch with xCAT developers</h2>
<ul>
<li><a href="https://github.com/xcat2/xcat-core">xCAT Community in GitHub</a> : xCAT core code repository and issues, xCAT users can contribute code, file bug report or raise new feature request here.</li><br>
<li><a href="https://sourceforge.net/p/xcat/mailman/">xcat-user mail list on SourceForge</a> : A mail list with the majority of xCAT users to discuss any xCAT related questions. The threads can be archived and reachable from Google</li><br>
<li><a href="https://gitter.im/xCAT2/xcat-core?source=orgpage">Gitter</a> : A IM channel among xCAT developers and xCAT users on any xCAT related topics, it is more realtime compared with the xcat-user mail list. The threads cannot be reachable from Google</li>
</ul>
</div><iframe src="footer.html" style="display:block;" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" width="100%" height="240px" position="absolute" padding-bottom="0px"></iframe>
</body>
</html>