-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.aspx
More file actions
138 lines (125 loc) · 5.18 KB
/
Copy pathabout.aspx
File metadata and controls
138 lines (125 loc) · 5.18 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
<%@ Page Language="C#" MasterPageFile="~/main.master" AutoEventWireup="true" CodeFile="about.aspx.cs" Inherits="about" Title="CloudOs-About Me" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
div.tag
{
text-align:center;
font-family:'Bauhaus 93';
font-size:25px;
}
div.content
{
font-family:Rockwell;
font-size:18px;
text-align:center;
}
.shadow
{
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;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width:100%;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="13" width="25%">
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
<div class="shadow">
<div class="tag">ABOUT CLOUDOS</div>
<div class="content">Some things can never be understand by the words but they can be understand by experience.One of them is cloudOS.cloudOS is the name of your new desktop.Just imagine that your desktop is always with you wherever you go.It feels like you are at home using your own desktop.And one more important thing that your files.We understand the importance of your documents,photos and music.So we carry all these things for you wherever you go and whenever you want.</div></div></td>
<td rowspan="4" width="25%">
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
<div class="shadow">
<div class="tag">what is cloudOS?</div>
<div class="content">Cloudos is a free web-based operating system that you can access directly from your browser.CloudOS
service is focused on giving you anywhere access to your files online, thus the
name – Cloudos.</div>
<div class="content">It brings the convenience and comfort you know from classical desktop applications into your browser. cloudOS gives you a familiar work interface that looks the same whether you’re working at your home computer, or remotely from a borrowed or public computer. System hosts all of your data and applications on the web so that they are accessible from Internet browser and not tied down locally to any one.</div>
</div> </td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
<div class="shadow">
<div class="tag">why cloudOS?</div>
<div class="content">Cloudos is a free web-based operating system that you can access directly from your browser.CloudOS
service is focused on giving you anywhere access to your files online, thus the
name – Cloudos.We provide best way to manage your files online so no need to
carry any more junk of files with you.isn't it amazing? and you know its totally
free. Oh! one more thing,how can you forget our applications to add some extra
facilities for your files.So what are you waiting for?Just begin your journey
with us right now.Its our plesure to have you here.</div></div></td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
<div class="shadow">
<div class="tag">Our Aim</div>
<div class="content"> Nothing is perfect and we are trying to be nothing.We are expanding our feature
so that you can forget to use your old desktop.Our aim to make you feel like
your own Desktop anywhere anytime.</div></div></td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</asp:Content>