-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportrait_gallery.html
91 lines (78 loc) · 3.04 KB
/
portrait_gallery.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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dr EJ Infeld</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<header> <a href="">
<h4 class="logo">DR EJ INFELD</h4>
</a>
<nav>
<ul>
<li><a href="https://evainfeld.net#science">SCIENCE/TECHNOLOGY</a></li>
<li><a href="https://evainfeld.net#activism">POLITICS/ACTIVISM</a></li>
<li> <a href="https://evainfeld.net#photography">PHOTOGRAPHY</a></li>
<li> <a href="https://evainfeld.net#personal">PERSONAL</a></li>
</ul>
</nav>
</header>
<!-- About Section -->
<section class="science" id="m314">
<p class="wide_column">
<font color="#693C8C" size="5px"> </font>
</p>
<p class="mini_column">
<a href=""><img src="images/Brett.jpg" width="90%" ></a></br></br>
<a href=""><img src="images/vera.jpg" width="90%"></a></br></br>
<a href=""><img src="images/Luke.jpg" width="90%" ></a></br></br>
<a href=""><img src="images/IMG_7245thumb.jpg" width="90%"></a></p>
<p class="mini_column">
<a href=""><img src="images/Sophia.jpg" width="90%"></a></br></br>
<a href=""><img src="images/rexthumb.jpg" width="90%"></a></br></br>
<a href=""><img src="images/Hubert.jpg" width="90%" ></a></br></br>
<a href=""><img src="images/sisters.jpg" width="90%"></p>
<p class="mini_column">
<a href=""><img src="images/Jasmina.jpg" width="90%" ></a></br></br>
<a href=""><img src="images/julia.jpg" width="90%"></a></br></br>
<a href=""><img src="images/Patrycja.jpg" width="90%"></a></br></br>
<a href=""><img src="images/zach.jpg" width="90%"></p>
</section>
</section>
<footer>
<article class="footer_column">
<h3></h3>
<p> </p>
</article>
<article class="footer_column">
<h3></h3>
<p></p>
</article>
</footer>
<!-- Footer Section -->
<section class="footer_banner" id="contact">
<h2 class="hidden">Footer Banner Section </h2>
<p class="hero_header"> </p>
<div class="button"> </div>
</section>
<!-- Copyrights Section -->
<div class="copyright"> <strong> </strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>