-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·152 lines (121 loc) · 5.88 KB
/
index.html
File metadata and controls
executable file
·152 lines (121 loc) · 5.88 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="res/font-awesome-4.6.3/css/font-awesome.min.css">
<title>Want Some Space?</title>
<!-- jQuery library (served from Google) -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!-- bxSlider Javascript file -->
<script src="/slider/jquery.bxslider.min.js"></script>
<!-- bxSlider CSS file -->
<link href="/slider/jquery.bxslider.css" rel="stylesheet" />
<script>
$(document).ready(function(){
$('.bxslider').bxSlider({
auto: true,
});
});
</script>
</head>
<body>
<div class="buttons_area">
<a href="http://sudo-code.com"><i class="fa fa-code" aria-hidden="true"></i></a>
<br>
<a href="https://www.linkedin.com/company/12729757?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A12729757%2Cidx%3A1-1-1%2CtarId%3A1478514312576%2Ctas%3Asudo-code"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<br>
<a href="https://www.facebook.com/pages/Sudo-Code-Software/248920575263897?pnref=lhc"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<br>
<a href="https://twitter.com/SudoCodeGames"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
<!--<div class="title">
<p>plznomore</p>
<p>.space</p>
</div>-->
<img src="/res/title.jpg" alt="title" class="title_img">
<div class="space_5"></div>
<div class="text_area centre">
<p class="body_text centre_text">
plznomore.space is Sudo-Code Software's website and mail hosting service.
</p>
<div class="space_10"></div>
<div class="centre_text">
<p class="body_text">
We offer...
</p>
</div>
<div class="space_5"></div>
<table class="benefits_table centre centre_text">
<tr class="icons_row">
<td><i class="fa fa-users" aria-hidden="true"></i></td>
<td><i class="fa fa-usd" aria-hidden="true"></i></td>
<td><i class="fa fa-server" aria-hidden="true"></i></td>
<td><i class="fa fa-upload" aria-hidden="true"></i></td>
</tr>
<tr>
<td>Personally-managed hosting solutions</td>
<td>Affordable pricing models</td>
<td>Data and hosting storage services</td>
<td>On-demand web technologies</td>
</tr>
</table>
<div class="space_5"></div>
<div class="section_divider centre"></div>
<div class="space_10"></div>
<table class="benefits_table centre centre_text">
<tr class="icons_row_large">
<td><i class="fa fa-hdd-o" aria-hidden="true"></i></td>
<td><i class="fa fa-envelope" aria-hidden="true"></i></td>
</tr>
<tr>
<td>
<p class="body_text">
Get 10GB of storage space for only $4 a month!
</p>
</td>
<td>
<p class="body_text">
Add email hosting for an extra $5 a month!
</p>
</td>
</tr>
</table>
<div class="space_10"></div>
<div class="centre_text">
<a href="mailto:info@sudo-code.com?subject=plznomore.space" class="action-button shadow animate red">Join Us Now!</a>
</div>
<div class="space_10"></div>
<div class="section_divider centre"></div>
<div class="space_5"></div>
<div class="centre_text">
<p class="body_text">
Sites We Host
</p>
</div>
<div class="space_10"></div>
<table class="clients_table centre centre_text">
<tr class="icons_row_large">
<td><a href="http://sudo-code.com"><img src="/res/sudo.jpg" class="partner_img"></a></td>
<td><a href="http://www.2birds1bee.com.au"><img src="/res/2birds.jpg" class="partner_img"></a></td>
<td><img src="/res/none.jpg" class="partner_img"></td>
<td><img src="/res/none.jpg" class="partner_img"></td>
</tr>
<tr>
<td><p>Sudo-Code Software</p></td>
<td><p>2Birds1Bee</p></td>
<td><p>JoanneFedler.com</p></td>
<td><p>Blossom</p></td>
</tr>
</table>
<div class="space_10"></div>
<div class="section_divider centre"></div>
<div class="space_3"></div>
<div class="footer_text centre_text">
<a href="tel:0450500490"><i class="fa fa-phone" aria-hidden="true"></i> Phone: 0450 500 490</a>
<br>
<a href="mailto:info@sudo-code.com?subject=plznomore.space"><i class="fa fa-envelope" aria-hidden="true"></i> Email: info@sudo-code.com</a>
</div>
<div class="space_3"></div>
</div>
</body>
</html>