-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschoolvr.html
More file actions
82 lines (70 loc) · 4.04 KB
/
schoolvr.html
File metadata and controls
82 lines (70 loc) · 4.04 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
<!DOCTYPE html>
<html>
<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="">
<title>Jason Nguyen</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Jason Nguyen</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/index.html">Home</a>
</li>
</ul>
</div>
</nav>
</body>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="education">
<div class="w-100">
<h2 class="mb-5">School VR</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">An Introduction</h3>
<div>School VR was a proposal to reinvent online education. My team and I aimed to take advantage of one of the hottest tech trends and utilize its immersive and interactive features to complement the benefits of an online education while covering its outstanding problems. <br><br>
Our vision was to bring online education to life. <strong>Think Ready Player One.</strong> We wanted students to be able to connect to classrooms from just a WiFi connection. We wanted to rid the problem of overfilled physical lectures and inconvenient class times.
Our idea was limited only by our imagination as our virtual simulation would host any reality. A history lecture would not be a dull, head-dozing textbook read but a simulation where students would travel to unique events in time and experience it firsthand.
Abstract concepts in a math class would no longer be difficult as students would be able to visualize the beauty of mathematics. <br><br>
Curious? You can find my contact on the home page.
</div>
<br>
<br>
<h3 class="mb-0">What I learned</h3>
<div>Project Management</div>
<div>Customer discovery process</div>
<div>Market Research</div>
<div>Non-functional MVP's</div>
<div>Creating web-develoment models</div>
<div>Conduct surveys properly</div>
<br>
<br>
<h3 class="mb-0">Links</h3>
<div>Click <a href = "schoolvr.pdf">here</a> for a PDF copy of our pitch slide deck.</div>
<br>
</div>
</div>
</div>
</section>
</div>
</html>