-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (44 loc) · 2.18 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home | Armando Montanez</title>
<meta name="keywords" content="programming, audio, arduino, teensy, computer, science, engineering, s(m)exoscope, smexoscope, s(m)asterscope, smasterscope">
<meta name="description" content="The coding endeavors of Armando Montanez">
<meta name="author" content="Armando Montanez">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="icon" href="favicon.png">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-8182185016038502",
enable_page_level_ads: false
});
</script>
</head>
<body>
<div id="menu">
<div id="menuElements">
<img id ="homeImg" src="images/home.png" alt="Home" height="30" width="30">
<a id="homeButton">Home</a>
</div>
</div>
<div id="main">
<div id="mainContent">
<a class = "spotlightContainer" href="http://www.armandomontanez.com/teensyxt/"><img class = "spotlightSquare" src="images/ModelF_XT.jpg" alt="Model F XT image" height="250" width="250"><a/>
<a class = "spotlightContainer" href="http://www.armandomontanez.com/smexoscope/"><img class = "spotlightSquare" src="images/smexoscope_port.jpg" alt="s(m)exoscope image" height="250" width="250"><a/>
<a class = "spotlightContainer" href="http://www.armandomontanez.com/smasterscope/"><img class = "spotlightSquare" src="images/smasterscope_soon.jpg" alt="s(m)asterscope image" height="250" width="250"><a/>
<a class = "spotlightContainer" href="http://www.armandomontanez.com/simpleside/"><img class = "spotlightSquare" src="images/simpleside.jpg" alt="SimpleSide image" height="250" width="250"><a/>
<h1>Welcome to the coding projects of Armando Montanez.</h1>
</div>
</div>
<div id="foot">
<p class="footertext">Copyright © 2016 Armando Montanez</p>
<p class="photocredit">Photo by Antonio Montanez. Used with permission.</p>
</div>
<script src="js/scripts.js"></script>
</body>
</html>