-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebdev.html
More file actions
52 lines (48 loc) · 1.75 KB
/
Copy pathwebdev.html
File metadata and controls
52 lines (48 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Alexander Rhoads</title>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link href="main2.css" rel="stylesheet"/>
<link href="bootstrap.css" rel="stylesheet(2)"/>
<link rel="shortcut icon" href="https://lh6.googleusercontent.com/-nfVbyILQytU/VeczNAs0YiI/AAAAAAAAAiQ/ZykzBaQCaOI/s16-no/favicon.ico">
</head>
<body>
<div class = "v h">
<div class="h hc">
<div class="simplebox">
<div class="title">Web Development</div>
<div class="body v">
<div class"project_head h"></div>
<br>
<span class="textweb text"> <h3>Web Development</h3>
<ol>
<li>PHP</li>
<ul>
<li> Programmed buttons on an HTML webpage to run a JavaScript file when clicked or pressed.</li>
</ul>
<li>JavaScript</li>
<ul>
<li>Programmed buttons on an HTML webpage to control a bridge inspection robot remotely.</li>
</ul>
<li>HTML</li>
<ul>
<li> Hand programmed <a href="http://rhoadsa81.github.io/">rhoadsa81.github.io</a>, <a href="http://atlas-engineering-and-design.github.io"> atlas-engineering-and-design</a> and the user control interface of the RCI Bridge Inspection Robot.</li>
</ul>
</ol>
<p align="center">*Member of Ohio States' Collegiate Web Developers Group (CWDG) 2015-2016*</p>
</span>
<figure class="annotate">
<img src="">
<figcaption></figcaption>
</figure>
<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>