-
Notifications
You must be signed in to change notification settings - Fork 0
/
whylinux.php~
executable file
·157 lines (97 loc) · 7 KB
/
whylinux.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
<?php
$title_index = " Get Linux | Why Linux is better ";
require('header.php');
require('Style.css');
?>
<div class="hr1" style="margin-bottom:80px;"></div>
<?php require('fullWidthSection1.php');?>
<!-- Start Full Width Section 1 -->
<div class="section" style="padding-top:60px; padding-bottom:30px; border-top:0; border-bottom:0; background:#fff">
<div class="container">
<!-- Start Services Icons -->
<div class="row">
<!-- Start Service Icon 1 -->
<div class="col-md-3 service-box service-center" data-animation="fadeIn" data-animation-delay="12">
<div class="service-icon">
<img src="items/stability/Images/xstability_thumb_smaller.png.pagespeed.ic.tH4DvLPaRa.png" alt="">
</div>
<div class="service-content">
<h4> Is your system unstable? </h4>
<p> If your computer shuts itself don't understand.
<a href="Discription/SystemUnstable.php">read more</a>
</p>
</div>
</div>
<!-- End Service Icon 1 -->
<!-- Start Service Icon 1 -->
<div class="col-md-3 service-box service-center" data-animation="fadeIn" data-animation-delay="14">
<div class="service-icon">
<img src="items/all_in_one/Images/all_in_one_thumb_smaller.png.pagespeed.ce.wHkQZD2u5A.png" alt="">
</div>
<div class="service-content">
<h4>When the system has installed, why would you <i>still</i> need to install stuff?</h4>
<p> If your. <a title="Simple Tooltip" href="#" class="sh-tooltip" data-placement="left">Read More</a></p>
</div>
</div>
<!-- End Service Icon 1 -->
<!-- Start Service Icon 1 -->
<div class="col-md-3 service-box service-center" data-animation="fadeIn" data-animation-delay="15">
<div class="service-icon">
<img src="items/environment/Images/xenvironment_thumb_smaller.png.pagespeed.ic.XM0Tg-lMay.png" alt="">
</div>
<div class="service-content">
<h4>Do something for the environment</h4>
<p> If your computer shuts itself don't understand jsbdkjsbd. <a title="Simple Tooltip" href="#" class="sh-tooltip" data-placement="left">Read More</a></p>
</div>
</div>
<!-- End Service Icon 1 -->
<!-- Start Service Icon 1 -->
<div class="col-md-3 service-box service-center" data-animation="fadeIn" data-animation-delay="16">
<div class="service-icon">
<img src="items/report_bugs/Images/xreport_bugs_thumb_smaller.png.pagespeed.ic.ek5xBVSGRj.png" alt="">
</div>
<div class="service-content">
<h4>Don't wait years for bugs to be solved; report and track them down</h4>
<p> If your computer shuts itself don't under jkdshfciodscd cdichdistand. <a title="Simple Tooltip" href="#" class="sh-tooltip" data-placement="left">Read More</a></p>
</div>
</div>
<!-- End Service Icon 1 -->
<!-- Start Service Icon 1 -->
<div class="col-md-3 service-box service-center" data-animation="fadeIn" data-animation-delay="17">
<div class="service-icon">
<img src="items/reboot_all_the_time/Images/xreboot_all_the_time_thumb_smaller.png.pagespeed.ic.L3YdeNKIf5.png" alt="">
</div>
<div class="service-content">
<h4>Are you tired of restarting your computer all the time?</h4>
<p> If your computer shuts itself don't understand. <a title="Simple Tooltip" href="#" class="sh-tooltip" data-placement="left">Read More</a></p>
</div>
</div>
<!-- End Service Icon 1 -->
<!-- Start Service Icon 1 -->
<div class="col-md-3 service-box service-center" data-animation="fadeIn" data-animation-delay="18">
<div class="service-icon">
<img src="items/alive/Images/xalive_thumb_smaller.png.pagespeed.ic.Ma24qkchB3.png" alt="">
</div>
<div class="service-content">
<h4>Let your old computer have a second life.</h4>
<p> If your computer shuts itself don't understand. <a title="Simple Tooltip" href="#" class="sh-tooltip" data-placement="left">Read More</a></p>
</div>
</div>
<!-- End Service Icon 1 -->
<!-- Start Service Icon 1 -->
<div class="col-md-3 service-box service-center" data-animation="fadeIn" data-animation-delay="19">
<div class="service-icon">
<img src="items/amarok/Images/xamarok_thumb_smaller.png.pagespeed.ic.BNkjV14fW-.png" alt="">
</div>
<div class="service-content">
<h4>Get a great music player.</h4>
<p> If your computer shuts itself don't understand. <a title="Simple Tooltip" href="#" class="sh-tooltip" data-placement="left">Read More</a></p>
</div>
</div>
<!-- End Service Icon 1 -->
</div>
<!-- End Services Icons -->
</div>
</div>
<!-- End Full Width Section 1 -->
<?php require('footer.php'); ?>