-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRetroDevice.html
More file actions
148 lines (125 loc) · 6.13 KB
/
Copy pathRetroDevice.html
File metadata and controls
148 lines (125 loc) · 6.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="icon" href="assets/images/Icon.png">
<title>Retrogram – Retro Device</title>
<!-- CSS Files -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<!--Preloader Begin-->
<div id="preloader">
<div class="jumper">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!--Preloader End-->
<!--Header Begin-->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!--Logo-->
<a href="index.html" class="logo">
<img src="assets/images/Logo.png" alt="Softy Pinko"/>
</a>
<!--Logo-->
<!--Menu Begin-->
<ul class="nav">
<li><a href="#welcome" class="active">Home</a></li>
<li><a href="#explore">Explore</a></li>
<li><a href="#features">Features</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!--Menu End-->
</nav>
</div>
</div>
</div>
</header>
<!--Header End-->
<!--Main Begin-->
<div class="welcome-area" id="welcome">
<!--Text-->
<div class="header-text">
<div class="container">
<div class="row">
<div class="offset-xl-3 col-xl-6 offset-lg-2 col-lg-8 col-md-12 col-sm-12">
<h1>Retro <strong>Device</strong></h1>
<p>is a holographic device consisting of a screen, and a special-purpose operating system by us,
Retro-OS, with Bluetooth and WiFi connection. With some physics rules and light field reflection upon using a special kind of plastic and glasses,
any picture can be represented in our device.</p>
<a href="#explore" class="main-button-slider">Explore</a>
</div>
</div>
</div>
</div>
<!--Text-->
</div>
<!--Main End-->
<!--Explore Begin-->
<section class="section padding-top-70 padding-bottom-0" id="explore">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-12 col-sm-12 align-self-center" data-scroll-reveal="enter left move 30px over 0.6s after 0.4s">
<img src="assets/images/Prototype.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div>
<div class="col-lg-1"></div>
<div class="col-lg-6 col-md-12 col-sm-12 align-self-center mobile-top-fix">
<div class="left-heading">
<h2 class="section-title"><b>More About Retro Device!</b></h2>
</div>
<div class="left-text">
<p>To view and manipulate images we need a hardware species that can receive Bluetooth bits and make image processing operations on the image.<br><br>
Retro-device is the visible to an eye hardware device that contains the idea of the hologram experiment, contains a pyramid that reflects images to produce hologram images,
and the area to put the hologram image on, referred to as hologram surface.<br><br>
Our RetroDevice is consisting of Bluetooth and Wifi chips components to receive images from the sender device, with an LCD screen to display the passed image.
The important idea behind the RetroDevice is the size of the screen and the pyramid that determine the hologram’s surface size.<br><br>
The RetroDevice is the most important part of the proposed project because it holds the hologram surface that displays hologram images.<br><br>
Using the Peer-to-peer connection, users can add their images to see them on the surface, or even share their mobile phone screen and display it, the bigger the screen, the bigger the generated hologram image.
One important part of the RetroDevice is the Bluetooth tethering ability, to make it possible to establish a connection between the RetroDevice and the user’s device (can be a mobile device or a smartwatch) and receive images to preview.
The device must hold the receiver application we mentioned before to manipulate images and make the receiving process.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="hr"></div>
</div>
</div>
</div>
</section>
<!--Explore End-->
<!--Footer Begin-->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="copyright">Copyright © Retrogram Graduation Project</p>
</div>
</div>
</div>
</footer>
<!--Footer End-->
<!--jQuery-->
<script src="assets/js/jquery-2.1.0.min.js"></script>
<!--Bootstrap-->
<script src="assets/js/bootstrap.min.js"></script>
<!--Plugins-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--Global-->
<script src="assets/js/custom.js"></script>
</body>
</html>