-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (67 loc) · 2.68 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="art_site_styles.css">
</head>
<body>
<div class="container">
<div class="heading">
<h1>ALIFE 2020 Art</h1>
<p>Art and Artistic Visualizations</p>
</div>
<table>
<tr>
<strong>
<td></td>
<td>Sample</td>
<td>Artist</td>
<td>Contact</td>
</strong>
</tr>
<tr>
<td>
<img src="./img/icons/sci_icon.png" width="30" alt="img not found"/>visualization<br><img src="./img/icons/art_icon.png" width="30" alt="img not found"/>art
<td>
<a href="artist_cliff_bohm.html"/><img src="img/cliff_bohm/sample.png" width="200" alt="img not found"/></a><br>click on image to see more!
</td>
<td>
<a href="artist_cliff_bohm.html"/><img src="img/cliff_bohm/artist.jpg" width="200" alt="img not found"/></a><br>Cliff Bohm</td>
<td>cliff.bohm@gmail.com<br/>cliff@msu.edu<br/>this can be anything really</td>
</tr>
<tr>
<td>
<img src="./img/icons/art_icon.png" width="30" alt="img not found"/>art
<td>
<a href="artist_charles_ofria.html"/><img src="img/charles_ofria/sample.jpg" width="200" alt="img not found"/></a><br>click on image to see more!
</td>
<td>
<a href="artist_charles_ofria.html"/><img src="img/charles_ofria/artist.jpg" width="200" alt="img not found"/></a><br>Charles Ofria</td>
<td>ofria@ofria.com</td>
</tr>
<tr>
<td>
<img src="./img/icons/sci_icon.png" width="30" alt="img not found"/>visualization
<td>
<a href="artist_cliff_bohm.html"/><img src="img/jory_schossau/sample.jpg" width="200" alt="img not found"/></a><br>click on image to see more!
</td>
<td>
<a href="artist_cliff_bohm.html"/><img src="img/jory_schossau/artist.jpg" width="200" alt="img not found"/></a><br>Jory Schossau</td>
<td>jory@msu.edu</td>
</tr>
<tr>
<td>
<img src="./img/icons/sci_icon.png" width="30" alt="img not found"/>visualization<br><img src="./img/icons/art_icon.png" width="30" alt="img not found"/>art
<td>
<a href="artist_cliff_bohm.html"/><img src="img/cliff_bohm/sample.png" src="img/cliff_bohm/sample.png" width="200" alt="img not found"/></a><br>click on image to see more!
</td>
<td>
<a href="artist_cliff_bohm.html"/><img src="img/cliff_bohm/artist.jpg" src="img/cliff_bohm/sample.png" width="200" alt="img not found"/></a><br>Cliff Bohm</td>
<td>cliff.bohm@gmail.com</td>
</tr>
</table>
</div>
</body>