-
Notifications
You must be signed in to change notification settings - Fork 0
/
Research.html
171 lines (122 loc) · 5.97 KB
/
Research.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Portfolio - UX - Calvert</title>
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i|Playfair+Display:400,400i,700,700i,900,900i" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="lib/hover/hover.min.css" rel="stylesheet">
<!-- Blog Stylesheet File -->
<link href="css/blog.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- Responsive css -->
<link href="css/responsive.css" rel="stylesheet">
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1851858,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<!-- start section navbar -->
<nav id="main-nav-subpage" class="subpage-nav">
<div class="row">
<div class="container">
<div class="logo">
<a href="index.html"><img src="images/Kenzie New Logo Idea .png" alt="logo"></a>
</div>
<div class="responsive"><i data-icon="m" class="ion-navicon-round"></i></div>
<ul class="nav-menu list-unstyled">
<li><a href="index.html" class="smoothScroll">Home</a></li>
<li><a href="index.html" class="smoothScroll">About</a></li>
<li><a href="index.html" class="smoothScroll">Portfolio</a></li>
<li><a href="#contact" class="smoothScroll">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- End section navbar -->
<!-- start section main content -->
<div class="main-content paddsection">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
<div class="row">
<div class="container-main single-main">
<div class="col-md-12">
<div class="block-main mb-30">
<div class="content-main single-post padDiv">
<div class="journal-txt">
<img class="blog-img-full" src="images/IMG_4194.JPG" class="img-responsive" alt="404 screen">
<h1>Personal Research </h1>
<div class="post-meta">
<ul class="list-unstyled mb-0">
<li class="author">by:<a href="#">McKenzie Calvert</a></li>
<li class="commont"><i class="ion-ios-heart-outline"></i> UX Research </li>
</ul>
</div>
<br>
<br>
<h4>My Role</h4>
<p> Personal Research Project </strong>.</p>
<h2 class="mb-30">Research Projects</h2>
<p>HCI Research on Homeautomation</p>
<a target="_blank" rel="noopener noreferrer" href="images/Lights__Camera__Action__Do_users_understand_the_implications_of_home_automation_.pdf" class="btn btn-cv"> Light Camera </a>
<a target="_blank" rel="noopener noreferrer" href="images/STEM_Leaders_Poster.pdf" class="btn btn-cv"> Research Expo </a>
<p>CHASE Conference 2018 published paper</p>
<a target="_blank" rel="noopener noreferrer" href="images/CHASE_2018_paper_34 (1) (1).pdf" class="btn btn-cv"> ChASE Paper </a>
<p>Capstone Research</p>
<img class="blog-img-full mb-30" src="images/Screen Shot 2021-05-17 at 11.15.10 PM (1).png" class="img-responsive" alt="screen1">
<a target="_blank" rel="noopener noreferrer" href="images/Eng expo slides (1).pdf" class="btn btn-cv"> Expo Slides </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
<!-- start section main content -->
<!-- start section footer -->
<div id="footer" class="text-center">
<div class="container">
<div class="socials-media text-center">
<ul class="list-unstyled">
<li><a href="https://www.linkedin.com/in/mckenzie-calvert/"><i class="ion-social-linkedin"></i></a></li>
<li><a href="http://www.github.com/kenziecalvert1"><i class="ion-social-github"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- End section footer -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/magnific-popup/magnific-popup.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>