-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
97 lines (83 loc) · 3.93 KB
/
Copy pathabout.html
File metadata and controls
97 lines (83 loc) · 3.93 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
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
<!DOCTYPE HTML>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Brian Sergi - About</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<!-- Note: The "styleN" class below should match that of the banner element. -->
<header id="header" class="alt style2">
<a href="index.html" class="logo">
Brian Sergi
</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="cv.html">Curriculum Vitae</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="#footer">Contact information</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h2>About me</h2>
</header>
<p><span class="image left"><img src="images/pic05.jpg" alt="" /></span>I recently joined the <a href="https://www.nrel.gov/grid/power-systems-design-studies.html">power systems design and studies group</a> at the National Renewable Energy Laboratory (NREL) as an energy systems modeler. Prior to NREL, I earned my Ph.D. in <a href="https://www.cmu.edu/epp/">Engineering and Public Policy</a> from Carnegie Mellon University. </p>
My work addresses problems at the intersection of technology and policy, with a focus on energy and environmental issues. I am also interested in questions related to public opinion, communication, and engagement in science and energy, as well as engendering sustainble international development. </p>
</div>
<div class="container">
<span class="image main"><img src="images/pic06.jpg" alt="" style="width:100%;"/></span>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<header class="major">
<h3>Contact or follow</h3>
</header>
<ul class="icons">
<li><a href="mailto:briansergi@gmail.com" target="_blank" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://www.linkedin.com/in/brian-sergi-48864534" target="_blank" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://twitter.com/surgeprotektor?lang=en" target="_blank" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.researchgate.net/profile/Brian_Sergi" class="icon brands alt fa-researchgate" target="_blank"><span class="label">ResearchGate</span></a></li>
<li><a href="https://github.com/bsergi" target="_blank" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>Design: <a href="https://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>