-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
284 lines (235 loc) · 14.5 KB
/
index.html
File metadata and controls
284 lines (235 loc) · 14.5 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<title>Be My IT Guide</title>
<meta charset="UTF-8">
<meta name="description" content=" A Mobile app that is designed to help those who face technological problems on a regular basis.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<script src="js/js.js"></script>
<script src="https://use.fontawesome.com/f891a0aa13.js"></script>
</head>
<body id="bodyID">
<!-- Navigation bar menu -->
<a name="home"></a>
<div class="navbar" id="navbar">
<a href="#home" tabindex="1"><img class="logo" src="media/logo.svg" alt="Logo" id="logoId"></a>
<a href="#home" tabindex="2">Home</a>
<a href="#intro-section-text" onclick="howItWorksTxtFadeIn(),howItWorksImgFadeIn()" tabindex="3">How it works</a>
<a href="#feature" tabindex="4">Features</a>
<a href="#team" tabindex="5">The Team</a>
<a href="#getitnow" tabindex="6">Download</a>
<a href="javascript:void(0);" class="bar-icon" onclick="navbarMobile()" tabindex="30">☰</a>
</div>
<!-- The carousel section -->
<div class="carousel" id="" onwheel="introFadeIn()" onscroll="introFadeIn()">
<div class="mobile-img">
</div>
<div class="container">
<div class="css-carousel" id="carouselID">
<img class="css-img find-guide-img" src="media\find-guide-img.png" alt="This image shows the 'find guide' screen from the app.">
<img class="css-img select-language-img" src="media\select-language.png" alt="This image shows the 'select language' screen from the app.">
<img class="css-img start-page-img" src="media\start-page-img.png" alt="This image shows the 'start page' screen from the app.">
<img class="css-img feedback-img" src="media\feedback-img.png" alt="This image shows the'user feedback' screen from the app.">
<img class="css-img call-img" src="media\call-img.png" alt="This image shows the 'in-call' screen from the app.">
</div>
</div>
</div>
<!-- The introduction section -->
<div class="intro-section" id="intro-section-id" role="contentinfo" onmousemove="introFadeIn()" onwheel="introFadeIn()" onfocus="introFadeIn()" tabindex="7">
<div class="img-parallax">
<h1 id="intro-section-h1">Closing the digital gap, one connection at a time. </h1>
<p id="intro-section-text"> As technology is evolving faster than ever, the older generation is struggling to keep up. </br>
Be my IT-guide is an app that connects users with technological issues to IT-guides. The IT-guides will aid the elders in solving their tech problems.
</p>
<button class="button read-more-btn" onsubmit="readMore()" onclick="readMore()" onkeypress="readMore()" tabindex="8">Read more</button>
</div>
</div>
<!-- The Read more popout -->
<div class="popout-section" id="myPopout">
<!-- popout content -->
<div class="popout-content">
<!-- Header background image -->
<div class="popout-img"></div>
<span class="close" onsubmit="CloseContentBtn()" onclick="CloseContentBtn()" onkeypress="CloseContentBtn()" role="button">×</span>
<h1>The world as a whole is becoming more tech oriented every day</h1>
<p>The world as we know it is constantly changing and developing. The tech sector is the fastest developing sector. Technology that once was groundbreaking has now become obsolete. Keeping up with technology can easily take its toll on a person, but there is one group that got affected more than others, namely the older generation. Nowadays everything happens over the internet, this includes banking and digital mailbox systems.</br>
</br>
We've come to the point where you must have an online presence to manage your life. Our vision is to close the digital gap, making sure that everyone can reap the benefits of technological advancement.
</p>
<p>
A survey done by Telenor and the pension fund, shows that half of the Norwegian population, from the ages of 34-50, are struggling to keep up with technological advancements in society. The percentage only increases with age and many fear a digital divide. A different survey done by the Telenor shows that 19 percent of the older generation feel left out, because they don’t use net-based banking systems and other official services. The same amount is said to have a case of digital anxiety. The older generation believe the youth spend too much time online, and fear this may create a digital divide between the generations. </br>
</br>
</p>
</div>
</div>
<!-- How it works section -->
<h2>How it works</h2>
<div class="how-it-works-section" id="howItWorksId" role="contentinfo" onmousemove="howItWorksTxtFadeIn(),howItWorksImgFadeIn()" onwheel="howItWorksTxtFadeIn(),howItWorksImgFadeIn()" onfocus="howItWorksTxtFadeIn(),howItWorksImgFadeIn()" tabindex="9">
<div class="how-it-works-wrapper">
<img src="media/how-it-works.png" id="howItWorksImgId" alt="How it works image">
<div class="how-it-works-text" id="howItWorksTxtId">
<p>The IT-guides are dedicated to help you solve day-to-day tech problems. We connect the guides to those in need of their services. Users can communicate directly with their guides through screen-sharing, chat and video calls, ensuring the problems are solved in a quick and easy manner.
</p>
</div>
</div>
</div>
<!-- Feature section -->
<div class="feature-section" id="feature" tabindex="10">
<h2> Features </h2>
<div class="feature-wrapper">
<div class="feature">
<i class="fa fa-circle fa-4x" aria-hidden="true"></i>
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<h3>Quick and easy registration!</h3>
<p>The in-app registration process is smoother than ever! After deciding whether you need help or wish to help, all you have to do is enter your email and verify it. You can also register using Facebook or Google+.</p>
</div>
<div class="feature">
<i class="fa fa-circle fa-4x" aria-hidden="true"></i>
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<h3> Get help in your language!</h3>
<p>Our app allows users to select their choice of language, ensuring that language barriers do not become an obstacle in the process.</p>
</div>
<div class="feature">
<i class="fa fa-circle fa-4x" aria-hidden="true"></i>
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<h3>Screen sharing</h3>
<p>The app includes chat, video and screen-sharing to give the users freedom to choose their desired method of assistance. The screen-sharing feature is a handy way to aid users with their IT-related problems, and minimizes the potential of misinterpretation.</p>
</div>
<div class="feature">
<i class="fa fa-circle fa-4x" aria-hidden="true"></i>
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<h3>24/7 support</h3>
<p>Thanks to our global community, we are available to help 24/7. We will be at your service even when your loved ones are not there to help you.</p>
</div>
<div class="feature">
<i class="fa fa-circle fa-4x" aria-hidden="true"></i>
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<h3>Evaluation system</h3>
<p>Our evaluation system is unique, it allows users to the rate the interaction with the IT-guides and vice versa. By having a two-way evaluation system we make sure that the interactions within the community are kept polite and mannered.</p>
</div>
<div class="feature">
<i class="fa fa-circle fa-4x" aria-hidden="true"></i>
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<h3>Trophy system</h3>
<p>Helping others has never been more fun! Earn trophies by helping others and brag to your friends and colleagues. Earn special trophies by helping frequently.
</p>
</div>
<div class="feature">
<i class="fa fa-circle fa-4x" aria-hidden="true"></i>
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<h3>Tips and tricks</h3>
<p>By enabling notifications in the app, you will receive tips and tricks on a frequent basis.
These include anything from beginner to intermediate information.</p>
</div>
<div class="feature">
<i class="fa fa-circle fa-4x" aria-hidden="true"></i>
<i class="fa fa-star fa-2x" aria-hidden="true"></i>
<h3>Free for all</h3>
<p>Our app is completely free to use, and we promise to keep it that way! This ensures that everyone that needs help receives it, regardless of their economic status.</p>
</div>
</div>
</div>
<!-- Screen sharing section -->
<div class="video-container" onwheel="replayVideo()" tabindex="11">
<video autoplay loop muted>
<source src="media\screen-sharing.mp4" type="video/mp4" />
</video>
<!-- Add overlay over the vedio -->
<div class="overlay">
</div>
<div class="sharing-txt">
<h1>Seamless screen sharing = speedy assistance tailored specifically for you!</h1>
<p>To aid the user in the most optimal way, we offer a screen-sharing alternative where the users can share their
screen with the IT-guide. This simplifies the assistance process and saves time for both ends.</p>
</div>
</div>
<!-- Save sharing section -->
<div class="save-sharing" tabindex="12">
<div class="save-sharing-txt">
<h1>It's not just awesome, it's secure!</h1>
<p>Securing the privacy of our users is our top priority. The screen sharing will not give the IT-guides access to your device.
Thanks to our video sharing feature, it will record your screen and restrict access to the users’ personal information.
Every user-to-guide interaction will be recorded, to make sure there are no security breaches.</p>
</div>
<div class="video-sec">
<video id="save-sharing-video" autoplay muted onended="showReplayText()">
<source src="media\save-sharing.mp4" type="video/mp4" />
</video>
<i class="fa fa-play-circle-o fa-2x" id="replay-icon"></i>
<p id="play-again-txt" onclick="replayVideo()" onkeypress="replayVideo()">Play again</p>
</div>
</div>
<!-- The team section -->
<h2> The Team</h2>
<div class=team id="team" tabindex="13">
<div class="team-member" tabindex="14">
<a href="#" target="_blank">
<img src="media/Team-member-Bazewit.jpg" alt="Image of team member Bezawit Walelegn"> </a>
<p>Bezawit Walelegn</p>
</div>
<div class="team-member" tabindex="15">
<i class="fa fa-user fa-5x"> </i>
<p>Emre Yarar</p>
</div>
<div class="team-member" tabindex="16">
<a href="https://www.linkedin.com/in/mohamad-kenas-1489ab87/" target="_blank">
<img src="media/Team-member-kenas.jpg" alt="Image of team member Mohamad Kenas"> </a>
<p>Mohamad Kenas</p>
</div>
<div class="team-member" tabindex="17">
<a href="#s">
<img src="media/Team-member-kamal.jpg" alt="Image of team member Mohammed Kamal"> </a>
<p>Mohammed Kamal</p>
</div>
<div class="team-member" tabindex="18">
<a href="https://www.facebook.com/maha.shams19" target="_blank">
<img src="media/Team-member-Maha.png" alt="Image of team member Maha Shams"> </a>
<p>Maha Shams</p>
</div>
</div>
<!-- Download section -->
<div class="Download" id="getitnow" tabindex="19">
<h2 id="DownloadMe">Download Now</h2>
<div class="DownloadImages">
<a href="https://www.appstore.com" target="_blank" tabindex="20">
<img id="DownloadApple" src="media/Appstore-Badge.svg" alt="Click here to download for Apple">
</a>
<a href="https://play.google.com" target="_blank" tabindex="21">
<img id="DownloadAndroid" src="media/google-play-badge.png" alt="Click here to download for Android">
</a>
</div>
</div>
<!-- The footer section -->
<div class="FooterTop">
<h3>Connect with us on social media!</h3>
<div class="FooterInnhold">
<div class="SocialElement">
<a class="facebook" href="http://facebook.com/" tabindex="22"><img src="media/facebook.svg" alt="Click here to open our Facebook page."></a>
</div>
<div class="SocialElement">
<a class="twitter" href="http://twitter.com" tabindex="23"><img src="media/twitter.svg" alt="Click here to open our Twitter page."></a>
</div>
<div class="SocialElement">
<a class="instagram" href="http://instagram.com" tabindex="24"><img src="media/instagram.svg" alt="Click here to open our Instagram page."></a>
</div>
<div class="SocialElement">
<a class="linkedin" href="http://linkedin.com" tabindex="25"><img src="media/linkedin.svg" alt="Click here to open our Linkedin page."></a>
</div>
</div>
<div class="FooterEmail">
<h3>Subscribe to our newsletter!</h3>
<div class="Abonner">
<form action="index.html" method="post">
<input type="email" name="email" placeholder="name@example.com" tabindex="26">
<button class="Sub-button" type="submit" tabindex="27">Subscribe!</button>
</form>
</div>
</div>
<div class="FooterBottom">
<p>Copyright © BeMyITGuide Inc. All rights reserved.</p>
<a id="rec" href="resources.html" target="_blank">Resources</a>
</div>
</body>
</html>