forked from aprilwelch/LOYO
-
Notifications
You must be signed in to change notification settings - Fork 2
/
detail.html
166 lines (128 loc) · 9.23 KB
/
detail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="Eude K. Lesperance">
<link rel="icon" href="../../favicon.ico">
<title>LOYO | Learn On Your Own</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="js/ie-emulation-modes-warning.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
body {
color: #fff;
}
a {
color: #E9E013;
}
</style>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="assets/logo.png" width="73" height="23" /></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">Why Learn to Code</a></li>
<li><a href="#contact">About Us</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="starter-template">
<h1>Let's build a website</h1>
<p class="lead">You can build a website. You can build a game or an app. You pick the task, and LOYO guides you through all the steps. You guide your own journey, and you are not alone.</p>
</div>
<h2>List of Resources</h2><p>Partners HealthCare is pleased to present a variety of resources for clinical research collaborators:</p>
<ul>
<li><a title="CIMIT" href="http://www.cimit.org" target="_blank">CIMIT</a>--CIMIT, the Center for Integration of Medicine and Innovative Technology, is a non-profit consortium of Boston teaching hospitals and engineering schools that fosters interdisciplinary collaboration among world-class experts in medicine, science, and engineering, in concert with industry and government, to improve patient care</li>
<li><a title="Partners HealthCare Personalized Medicine" href="http://personalizedmedicine.partners.org/" target="_blank">Partners HealthCare Personalized Medicine</a> – Partners HealthCare Personalized Medicine promotes genetics and genomics in research and clinical medicine and helps realize the promise of personalized medicine by accelerating the integration of genetic knowledge into clinical care.</li>
<li><a title="I2B2" href="https://www.i2b2.org/index.html" target="_blank">Informatics for Integrating Biology and the Bedside</a> – i2b2 is an NIH-funded National Center for Biomedical Computing based at Partners HealthCare.</li>
<li><a title="Partners Research Core Facilities" href="http://www.partners.org/researchcores/home.asp" target="_blank">Partners Research Core Facilities</a> – The Partners Research Core Facilities provide high- quality, cutting-edge research services by in-house experts and constitute a major educational resource for our growing research enterprise.</li>
<li>
<p><a href="http://bwhbri.partners.org/resources/default.aspx" target="_blank">Guide to Research Resources at BWH</a></p>
</li>
<li>
<p><a href="http://mghresearch.partners.org/Resources/ResearchManagementResources.aspx" target="_blank">Guide to Research Resources at MGH</a></p>
</li>
</ul>
<h2>I WANT TO BUILD A WEBSITE:</h2>
<h3>Intro to Web Concepts:</h3>
<ul>
<li><a href="http://learn.shayhowe.com/html-css/building-your-first-web-page/">Learn to use HTML and CSS</a> - Read about the basic elements behind every website and how you can conceive and create your own website.</li>
<li><a title="w3schools" href="http://www.w3schools.com/web/default.asp">w3schools</a> - Read and gain an overview of how the web works and what you will need to build to put your new website online.
<li><a title="general assembly" href="https://dash.generalassemb.ly/">General Assembly</a> - Walk through basic design concepts and tasks in a highly interactive guided course.
<h3>HTML:</h3>
<li><a href="http://www.codecademy.com/en/tracks/web">Code Academy </a> - Work your way through this highly interactive course that gives you a full understanding of HTML.</li>
<li><a href="http://webdesign.about.com/c/ec/9.htm">Web Design </a> - Sign up for free daily or weekly lessons on understanding and using HTML in your web pages.</li>
<li><a href="http://learn.shayhowe.com/html-css/getting-to-know-html/"> Know HTML </a> - Read and review simple HTML information and examples to improve your HTML knowledge.</li>
<li><a href="http://www.youtube.com/watch?v=fS7w-TXinPE"> HTML with the Computer Guy </a> - Eli the Computer Guy takes you through a video lecture introducing you to HTML.</li>
<li><a href="http://www.w3schools.com/html/default.asp">w3schools<a/> - Read and interact with basic HTML language and concepts.</li>
<h3>CSS:</h3>
<li><a href="http://www.w3schools.com/css/default.asp">w3schools<a/> - Review CSS concepts and examples, then create and test your own code before you build your site.</li>
<li><a href="http://www.codecademy.com/en/tracks/web">Code Academy</a> - Make your way through these easily digestable courses and check your progress as you go.</li>
<li><a href="http://webdesign.about.com/od/xhtml/u/htmlcssxml.htm"> Web design </a> - Read your way through simple step-by-step instructions on creating your own CSS.</li>
<li><a href="http://learn.shayhowe.com/html-css/getting-to-know-css/"> Know CSS </a> - Read about what goes into CSS and check out simple but practical examples.</li>
<li><a href="http://www.youtube.com/watch?v=sHnF2oH838M"> Computer Guys </a> - Eli the Computer Guy introduces you to CSS in a short video you can view on your own time.</li>
<h3>Javascript:</h3>
<li><a href="http://www.codecademy.com/en/tracks/javascript"> Code Academy </a> - Start a beginner-level course in Javascript that you can complete in 10 hours - all at your own pace!</li>
<li><a href="http://www.w3schools.com/js/"> w3schools </a> - Review a roadmap of how you can learn Javascript and tackle lessons in easy-to-manage steps.</li>
<li><a href="https://www.khanacademy.org/computing/cs"> Khan Academy </a> - Follow your way through tested instructions videos that demonstrate basic Javascript concepts and knowledge.</li>
<li><a href="http://www.youtube.com/watch?v=lJnvq0A_7WQ"> Computer Guy </a> - Eli the Computer Guy presents an introduction to web programming using Javascript.</li>
<h3>Design Concepts</h3>
<li><a href="http://docs.webplatform.org/wiki/beginners">Design for Beginners </a> </li>
This page provides a list of articles to help you understand the basics. Read about the tools of the trade and explore a set of link to articles explaining the basics.</li>
<h3> App Development </h3>
<li><a href="http://appinventor.mit.edu/explore/"> MIT App Inventor </a> </li>
App Inventor is a cloud-based tool, which means that you can build apps right in your web browser.
<li><a href="https://developer.apple.com/library/iOS/referencelibrary/GettingStarted/RoadMapiOS/index.html">iOS : Apple x </a> </li>
View this guide’s four short modules as a gentle introduction to building your first app on iPad, iPhone, and iPod touch—including the tools you need and the major concepts and best practices that will ease your path.
<li><a href="https://www.coursera.org/course/android">Android </a> </li>
Introduction to the design and implementation of applications for handheld systems, such as smartphones and tablets, running the Android Platform.
</html>
<div class="modal fade" id="website" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<p>Sign In</p>
</div>
<div class="modal-body">
dfajdflhajskdhfjakjsdhfjhajkdfjhajdjf
</div>
<div class="modal-footer">
sdfasdfasdfadfadfasdfsdf
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>