Skip to content

Commit 2dc04fb

Browse files
author
Alexander M. Waldman
committed
Replace master branch with page content via GitHub
1 parent 516f26a commit 2dc04fb

9 files changed

+554
-0
lines changed

images/bg_hr.png

78 Bytes
Loading

images/blacktocat.png

463 Bytes
Loading

images/icon_download.png

216 Bytes
Loading

images/sprite_download.png

14.5 KB
Loading

index.html

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7+
<meta name="description" content="Alexander-m-waldman.github.io : ">
8+
9+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10+
11+
<title>Alexander-m-waldman.github.io</title>
12+
</head>
13+
14+
<body>
15+
16+
<!-- HEADER -->
17+
<div id="header_wrap" class="outer">
18+
<header class="inner">
19+
<a id="forkme_banner" href="https://github.com/Alexander-M-Waldman">View on GitHub</a>
20+
21+
<h1 id="project_title">Alexander-m-waldman.github.io</h1>
22+
<h2 id="project_tagline"></h2>
23+
24+
</header>
25+
</div>
26+
27+
<!-- MAIN CONTENT -->
28+
<div id="main_content_wrap" class="outer">
29+
<section id="main_content" class="inner">
30+
<h3>
31+
<a name="welcome-to-alex-waldmans-github-profile-page" class="anchor" href="#welcome-to-alex-waldmans-github-profile-page"><span class="octicon octicon-link"></span></a>Welcome to Alex Waldman's GitHub profile page.</h3>
32+
33+
<p>I am currently GIS Manager &amp; Watershed Modeler at the <a href="http://ansp.org/research/environmental-research/">Academy of Natural Sciences of Drexel University (ANSDU), Patrick Center for Environmental Research</a>, and work in the <a href="http://ansp.org/research/environmental-research/sections/watershed/">Watershed &amp; Systems Ecology Section</a> under my supervisor, <a href="http://ansp.org/%7E/media/Files/ans/science-experts/Jerry_Mead_CV_Nov_2009.ashx">Dr. Jerry Mead</a></p>
34+
35+
<h3>
36+
<a name="contributions" class="anchor" href="#contributions"><span class="octicon octicon-link"></span></a>Contributions</h3>
37+
38+
<p>I am the creator and manager of the <a href="http://ansdu-patrick-center.github.io/">ANSDU Patrick Center's Github Organization Page</a> </p>
39+
40+
<p>I worked with my supervisor Jerry Mead to develop <a href="https://github.com/ANSDU-Patrick-Center/StreamHiker">StreamHiker</a>, and I currently own and manage this page.</p>
41+
42+
<h3>
43+
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
44+
45+
<p>You can contact me at <a href="mailto:[email protected]">[email protected]</a></p>
46+
</section>
47+
</div>
48+
49+
<!-- FOOTER -->
50+
<div id="footer_wrap" class="outer">
51+
<footer class="inner">
52+
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
53+
</footer>
54+
</div>
55+
56+
57+
58+
</body>
59+
</html>

javascripts/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

params.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Alexander-m-waldman.github.io","tagline":"","body":"### Welcome to Alex Waldman's GitHub profile page.\r\n\r\nI am currently GIS Manager & Watershed Modeler at the [Academy of Natural Sciences of Drexel University (ANSDU), Patrick Center for Environmental Research](http://ansp.org/research/environmental-research/), and work in the [Watershed & Systems Ecology Section](http://ansp.org/research/environmental-research/sections/watershed/) under my supervisor, [Dr. Jerry Mead](http://ansp.org/~/media/Files/ans/science-experts/Jerry_Mead_CV_Nov_2009.ashx)\r\n\r\n### Contributions\r\n\r\nI am the creator and manager of the [ANSDU Patrick Center's Github Organization Page](http://ansdu-patrick-center.github.io/) \r\n\r\nI worked with my supervisor Jerry Mead to develop [StreamHiker](https://github.com/ANSDU-Patrick-Center/StreamHiker), and I currently own and manage this page.\r\n\r\n### Support or Contact\r\nYou can contact me at [email protected]","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/pygment_trac.css

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight { background: #f0f3f3; }
3+
.highlight .c { color: #0099FF; font-style: italic } /* Comment */
4+
.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
5+
.highlight .k { color: #006699; font-weight: bold } /* Keyword */
6+
.highlight .o { color: #555555 } /* Operator */
7+
.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
8+
.highlight .cp { color: #009999 } /* Comment.Preproc */
9+
.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
10+
.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
11+
.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
12+
.highlight .ge { font-style: italic } /* Generic.Emph */
13+
.highlight .gr { color: #FF0000 } /* Generic.Error */
14+
.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
15+
.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
16+
.highlight .go { color: #AAAAAA } /* Generic.Output */
17+
.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
18+
.highlight .gs { font-weight: bold } /* Generic.Strong */
19+
.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
20+
.highlight .gt { color: #99CC66 } /* Generic.Traceback */
21+
.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
22+
.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
23+
.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
24+
.highlight .kp { color: #006699 } /* Keyword.Pseudo */
25+
.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
26+
.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
27+
.highlight .m { color: #FF6600 } /* Literal.Number */
28+
.highlight .s { color: #CC3300 } /* Literal.String */
29+
.highlight .na { color: #330099 } /* Name.Attribute */
30+
.highlight .nb { color: #336666 } /* Name.Builtin */
31+
.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
32+
.highlight .no { color: #336600 } /* Name.Constant */
33+
.highlight .nd { color: #9999FF } /* Name.Decorator */
34+
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
35+
.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
36+
.highlight .nf { color: #CC00FF } /* Name.Function */
37+
.highlight .nl { color: #9999FF } /* Name.Label */
38+
.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
39+
.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
40+
.highlight .nv { color: #003333 } /* Name.Variable */
41+
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
42+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
43+
.highlight .mf { color: #FF6600 } /* Literal.Number.Float */
44+
.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
45+
.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
46+
.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
47+
.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
48+
.highlight .sc { color: #CC3300 } /* Literal.String.Char */
49+
.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
50+
.highlight .s2 { color: #CC3300 } /* Literal.String.Double */
51+
.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
52+
.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
53+
.highlight .si { color: #AA0000 } /* Literal.String.Interpol */
54+
.highlight .sx { color: #CC3300 } /* Literal.String.Other */
55+
.highlight .sr { color: #33AAAA } /* Literal.String.Regex */
56+
.highlight .s1 { color: #CC3300 } /* Literal.String.Single */
57+
.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
58+
.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
59+
.highlight .vc { color: #003333 } /* Name.Variable.Class */
60+
.highlight .vg { color: #003333 } /* Name.Variable.Global */
61+
.highlight .vi { color: #003333 } /* Name.Variable.Instance */
62+
.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
63+
64+
.type-csharp .highlight .k { color: #0000FF }
65+
.type-csharp .highlight .kt { color: #0000FF }
66+
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
67+
.type-csharp .highlight .nc { color: #2B91AF }
68+
.type-csharp .highlight .nn { color: #000000 }
69+
.type-csharp .highlight .s { color: #A31515 }
70+
.type-csharp .highlight .sc { color: #A31515 }

0 commit comments

Comments
 (0)