-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
157 lines (150 loc) · 6.89 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/normalise.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animations/animation.css">
<link rel="stylesheet" href="css/main.css" media="screen">
<title>DeskWatch</title>
</head>
<body>
<!-- Start Loading -->
<div class="loading">
<div class="circle">
<h2>desk-<span>watch</span><br>
<i class="fa fa-linux"></i>
</h2>
</div>
</div>
<!-- Start main -->
<div class="main">
<!-- Start header -->
<div class="header">
<ul class="navBar">
<a href="#" class="logo">desk-<span>watch</span></a>
<li><a href="#" class="_active"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#" class="cntc"><i class="fa fa-phone"></i> Contact</a></li>
<li><a href="#"><i class="fa fa-link"></i> Destrowatch</a></li>
</ul>
<div class="slide">
<span class="provide">
<h1>Try this <i class="fa fa-angle-down fa-fw nxt"></i></h1>
<span>Without installing!</span><br><br><br>
<h2>The 6 most popular Linux Desktops</h2>
</span>
<i class="fa fa-angle-down down"></i>
</div>
</div>
<!-- Start content -->
<div class="container">
<div class="content" id="content">
<span class="_first">The most popular Linux Desktops</span>
<ul class="disk">
<li class="gno">
<a href="desktop/gnome.html" target="_blank">
<span>Gnome</span>
</a>
</li>
<li class="kde">
<a href="#"><span>Kde</span></a>
</li>
</ul>
<ul class="disk">
<li class="uni">
<a href="#"><span>Unity</span></a>
</li>
<li class="cin">
<a href="#"><span>Cinnamon</span></a>
</li>
</ul>
<ul class="disk">
<li class="xfc">
<a href="#"><span>Xfce</span></a>
</li>
<li class="lxd">
<a href="#"><span>Lxde</span></a>
</li>
</ul>
</div>
</div>
<!-- Start footer -->
<div class="footer" id="footer">
<div class="contact">
<form action="">
<span>Contact us</span><br>
<input type="email" placeholder="Email" required/>
<textarea maxlength="800" placeholder="Message" required></textarea>
<input type="submit" value="Send"/>
</form>
</div>
<span class="d_footer">
<h3>deskwatch</h3>
<p>
What is Linux Desktop ?<br>
Linux desktop it's the interface Which Deals with the applications and programs<br>
Without interfaces it should use the Command line. <br>
Desktop is the layer between the user and Command line<br>
</p>
© Moussaoui Abdelkader 2016
<a class="lice" href="https://www.gnu.org/licenses/gpl.txt" target="_blank" class="lice">GPLv3</a>
</span>
<span class="d_footer">
<h3>Some Distributions</h3>
<ul>
<li><a href="http://fedoraproject.org/" target="_blank">Fedora</a></li>
<li><a href="http://www.debian.org/" target="_blank">Debian</a></li>
<li><a href="http://www.opensuse.org/en/" target="_blank">Opensuse</a></li>
<li><a href="http://www.ubuntu.com/desktop" target="_blank">Ubuntu</a></li>
<li><a href="http://linuxmint.com/" target="_blank">Mint</a></li>
<li><a href="http://ojuba.org/" target="_blank">Ojuba</a></li>
<li><a href="https://antergos.com/" target="_blank">Antergos (Based on Arch)</a></li>
</ul>
</span>
<span class="d_footer">
<h3>Socialise with us</h3>
<ul>
<li>
<a href="https://www.facebook.com/fi9aryatitout" target="_blank">
<span class="fa-stack fa-lg fc">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x"></i>
</span>
Facebook
</a>
</li>
<li>
<a href="https://twitter.com/kaderhss" target="_blank">
<span class="fa-stack fa-lg tw">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x"></i>
</span>
Twitter
</a>
</li>
<li>
<a href="https://plus.google.com/u/0/+kadermoossa" target="_blank">
<span class="fa-stack fa-lg gp">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-google-plus fa-stack-1x"></i>
</span>
Gmail
</a>
</li>
<li>
<span class="fa-stack fa-lg em">
<i class="fa fa-envelope-o"></i>
</span>
</li>
</ul>
</span>
</div>
</div>
<i class="scrl_up fa fa-arrow-up"></i>
<!-- End main -->
<!-- #E41D59-->
<script src="js/jquery.js"></script>
<script src="js/script.js"></script>
</body>
</html>