-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
86 lines (82 loc) · 3.73 KB
/
index.html
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
<html>
<head>
<title>DustRise Technologies</title>
<link rel="stylesheet" href="css/read_dr1.css" type="text/css" media="all"/>
<meta charset="utf-8">
</head>
<!-- Comment -->
<body>
<div id="full_page">
<div id="header">
<div id="header_cell">
<a href="index.html">
<img class="fit" src="img/logo6.png" />
<img src="img/name1.png" />
</a>
</div>
</div>
<div class="header_right">
<div class="header_right_cell">
<a href="index.html"><b>Home</b></a>
<a href="mobile.html"><b>Mobile</b></a>
<a href="web.html"><b>Web</b></a>
<a href="cloud.html"><b>Cloud</b></a>
<a href="bigdata.html"><b>BigData</b></a>
</div>
</div>
<div id="main">
<div id="container">
<img class="center fit" src="img/lamb_lr.png" />
</div>
<div id="container_bottom_line">
<div class="cell">
<h2><b>Mobile</b></h2>
<br/>
<p>The past decade has seen tremendous growth in mobile usage. Now, the number of mobile devices in the world have outnumbered the desktops and laptops. Do you have mobile presence? Are you ready to capture the vast potential offered by smart phones and tablets?</p>
<div class="footer_right">
<a href="mobile.html">more--></a>
</div>
</div>
<div class="cell_right">
<h2><b>Web Technologies</b></h2>
<br/>
<p>Latest web technologies have enabled large scale two-way conversation between companies and customers. They have enabled increased social interaction. Beautifully designed websites with rich customer interaction increases your brand image and revenues.</p>
<div class="footer_right">
<a href="web.html">more--></a>
</div>
</div>
</div>
<div id="container_bottom_line">
<div class="cell">
<h2><b>Cloud</b></h2>
<br/>
<p>Just like internet has democratized information, cloud computing has democratized computing power. One does not need to own huge data centers and infrastructure. You can scale up compute capacity in minutes and pay only for what you use. Are you using the cloud?</p>
<div class="footer_right">
<a href="cloud.html">more--></a>
</div>
</div>
<div class="cell_right">
<h2><b>BigData</b></h2>
<br/>
<p>The amount of data generated in the world is doubling every 18 months or so. Be it twitter feeds or images are facebook or sensor data, we have so much data around us. How can you gain insights from this data so that you can use it for competitive advantage? BigData can help you.</p>
<div class="footer_right">
<a href="bigdata.html">more--></a>
</div>
</div>
</div>
<div id="footer">
<div class="footer_left">
<p>© DustRise Technologies</p>
</div>
<div class="footer_right">
<p><a href="about.html">About</a> |
<a href="mgmt.html">Management</a> |
<a href="contact.html">Contact</a>
</p>
</div>
</div>
<br/>
</div>
</div>
</body>
</html>