-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfreeapps.aspx
More file actions
202 lines (191 loc) · 4.89 KB
/
Copy pathfreeapps.aspx
File metadata and controls
202 lines (191 loc) · 4.89 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<%@ Page Language="C#" MasterPageFile="~/main.master" AutoEventWireup="true" CodeFile="freeapps.aspx.cs" Inherits="Freeapps" Title="CloudOS-Applications" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.title
{
font-family:Harlow Solid Italic;
text-align:center;
}
.shadow1 {
box-shadow:0px 0px 10px #54A5F6;
-webkit-box-shadow0px 0px 10px #54A5F6;
-moz-box-shadow:0px 0px 10px #54A5F6;
border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px;
}
}
.shadow1 .content {
position: relative; /* This protects the inner element from being blurred */
padding: 100px;
background-color: #DDD;
}
.content
{
font-family:Rockwell;
font-size:larger;
text-align:center;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width:100%;" border="0">
<tr>
<td align="center" colspan="3">
</td>
</tr>
<tr>
<td>
</td>
<td>
<div class="shadow1">
<h1 class="title">File Manager</h1>
<div class="content">
One of the most advantage of using cloud computing is that you can access your
files anywhere anytime.Our servers have lots of space to manage your files.So no
need to carry your important files in storage devices.Just login to your account
and upload them into your own file manager.</div>
</div>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
<div class="shadow1">
<h1 class="title">Text Editor </h1>
<div class="content">
We know all you deal with is in text format sp we provide a simple text editor
so thet you can manage your text whenever you want.A beautiful HD look of the
text editor makes it popular to the users.We hope you will also like it and feel
free to suggest us to provide you better service.
</div>
</div>
</td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
</td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
<div class="shadow1">
<h1 class="title">Music Player </h1>
<div class="content">
Most of people have their own chocie of music.We care for your choice so we have a small lovely music player for you.
And the amazing thing is that it’s a one click music player.Just one click to scan all your music files and one click to play them.
Its a cloudOS-OneClickMusic
</div>
</div>
</td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
</td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
<div class="shadow1">
<h1 class="title">Image Viewer</h1>
<div class="content">
How can we forget those lovely moments captured in snaps.Yes!we are talking about your memories captured in photos.
Another OneClick app is OneClickIV that is one click Image Viewer.It will scan all your photos and you just pass through from it.
</div>
</div>
</td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
</td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
<div class="shadow1">
<h1 class="title">Image Editor</h1>
<div class="content">
A <b>pixlr</b> supported online image editor which helps you to better manage your photos.
It comes with lots of features that make you forget your old pc based image editors.
</div>
</div></td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
</td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
<div class="shadow1">
<h1 class="title">Cloudos Browser</h1>
<div class="content">
We want you to feel like you are using your own desktop so we have tried to give you all the things that you need.
A simple browser with support of bing search make your serfing tasks easy and also you are able to visit other sites.
</div>
</div></td>
<td width="25%">
</td>
</tr>
<tr>
<td width="25%">
</td>
<td>
</td>
<td width="25%">
</td>
</tr>
</table>
</asp:Content>