-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmss.html
72 lines (71 loc) · 3.01 KB
/
mss.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="description" content="Miguel rico web developer portfolio">
<meta name="keywords"
content="miguel, rico, web, developer, saratoga springs, website, freelance, HTML, CSS, JavaScript">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Anton|Roboto|Poppins:400,600|Orbitron:400,500,700"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald:400,500,600,700" rel="stylesheet">
<title>Miguel Rico Portfolio</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105017297-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-105017297-1');
</script>
</head>
<body>
<!-- ==============================
NAV
============================== -->
<nav class="social-media-nav">
<a href="mailto:[email protected]">
<img src="./images/mail-icon.svg" alt="main icon">
</a>
<a href="https://www.linkedin.com/in/miguelrico/" target="_blank">
<img src="./images/linkedin.svg" alt="linkedIn logo">
</a>
<a href="https://github.com/WebDevMR" target="_blank">
<img src="./images/github.svg" alt="gitHub logo">
</a>
<a href="https://twitter.com/MR_WebDev" target="_blank">
<img src="./images/twitter.svg" alt="Twitter logo">
</a>
</nav>
<!-- ==============================
HEADER
============================== -->
<div class="header-container">
<h1 class="main-header">Miguel Rico</h1>
<h3 class="sub-header"><span class="orbitron">Web</span> Developer</h3>
</div>
<div class="mss-site">
<div class="mss-module">
<p>Converted our mySmartHealthcare.com courses to match the ones
already on Healthstream. This required going through the javascript files that
procedurally create our courses and understanding how it works to then style it and
rearrange the DOM.
<br>
<br>
All scene models and lighting in this image besides patient, bed and equipment attached to patient were
created by me in 3ds Max. Render and scene dress up by Ben Barnard</p>
<img src="images/sim.png">
</div>
<div class="mss-module">
<p>Was tasked with building the dashboard for our courses.</p>
<p>Here is a demo of the dashboard built in React.js. The back-end functionality has been removed for this demo.</p>
<p>If you would like to just view the dashboard outside of this iFrame please visit: <a href="http://miguelricodev.com/mss/react-dashboard/"><u>Dashboard
Link</u></a></p>
<iframe src="http://miguelricodev.com/mss/react-dashboard/" frameborder="0" width="100%" height="550px"></iframe>
</div>
</div>
</body>
</html>