Skip to content

Commit 4f2aeb5

Browse files
committed
Added bios to credit page.
1 parent c619a93 commit 4f2aeb5

File tree

5 files changed

+46
-18
lines changed

5 files changed

+46
-18
lines changed

credits.html

Lines changed: 46 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@
77
text-align: center;
88
}
99

10-
img {
11-
width: 200px;
12-
height: 200px;
13-
object-fit: cover;
10+
p {
11+
padding-left: 25px;
12+
padding-right: 25px
13+
}
14+
15+
.bio {
16+
height: 500px;
17+
}
18+
19+
h1 {
20+
padding-left: 25px;
21+
padding-right: 25px
1422
}
1523

1624
.Header {
@@ -27,8 +35,9 @@
2735
margin: 25px;
2836
border: 5px outset gray;
2937
width: 250px;
30-
height: 500px;
38+
height: 600px;
3139
text-align: center;
40+
vertical-align: top;
3241
background-color: gainsboro;
3342
}
3443

@@ -48,24 +57,43 @@
4857
<body>
4958
<div class="Header">Credits</div>
5059
<div class="CreditBox">
51-
<h1>Dr. Maria Williams</h1>
52-
<p><img src=data/images/maria.png></p>
53-
<p>Words</p>
60+
<div class="bio">
61+
<h1>Dr. Maria Williams</h1>
62+
<p><img src=data/images/mariascaled.png></p>
63+
<p>Alaska Native Studies Program Chair at UAA. Editor of <i>The Alaska Native Reader</i>, a collection of writings, arts, and other pieces documenting Alaska Native history and culture. Provided factual basis for map.</p>
64+
</div>
65+
<div class="contact">
66+
<p>Contact: <a href="mailto:mdwilliams6@alaska.edu">mdwilliams6@alaska.edu</a></p>
67+
</div>
5468
</div>
5569
<div class="CreditBox">
56-
<h1>Dr. Pradeeban Kathiravelu</h1>
57-
<p><img src=data/images/pradeeban.png></p>
58-
<p>Words</p>
70+
<div class="bio">
71+
<h1>Dr. Pradeeban Kathiravelu</h1>
72+
<p><img src=data/images/pradeebanscaled.png></p>
73+
<p>Assistant Professor in the Department of Computer Science at UAA. Researcher with a focus on innovating data science for healthcare fields. Oversaw technical implementation of the map.</p>
74+
</div>
75+
<div class="contact">
76+
<p>Contact: <a href="mailto:pkathiravelu@alaska.edu">pkathiravelu@alaska.edu</a></p>
77+
</div>
5978
</div>
6079
<div class="CreditBox">
61-
<h1>Mary Kollander</h1>
62-
<p><img src=data/images/mary.jpg></p>
63-
<p>Words</p>
80+
<div class="bio">
81+
<h1>Mary Kollander</h1>
82+
<p><img src=data/images/maryscaled.png></p>
83+
<p>B.S. of Computer Science from UAA. Enthusiast of interactive data visualization, with an interest in applying said enthusiasm to cloud security analytics. Main developer for map.</p>
84+
</div>
85+
<div class="contact">
86+
<p>Contact: <a href="mailto:mgkollander@alaska.edu">mgkollander@alaska.edu</a></p>
87+
</div>
6488
</div>
6589
<div class="CreditBox">
66-
<h1>Robert Hollowood</h1>
67-
<p><img src=data/images/robert.png></p>
68-
<p>Words</p>
90+
<div class="bio">
91+
<h1>Robert Hollowood</h1>
92+
<p><img src=data/images/robertscaled.png></p>
93+
<p>B.S. of Computer Science from UAA. Algorithm aficionado who loves learning about computer science and sharing that information with others. Main designer and communicator for map.</p>
94+
</div>
95+
<div class="contact">
96+
<p>Contact: <a href="mailto:rjhollowood@alaska.edu">rjhollowood@alaska.edu</a></p>
97+
</div>
6998
</div>
70-
<!--<a href="index.html"><div class="Footer">Go Back</div></a>-->
7199
</body>

data/images/mariascaled.png

53.5 KB
Loading

data/images/maryscaled.png

82.4 KB
Loading

data/images/pradeebanscaled.png

52 KB
Loading

data/images/robertscaled.png

56.3 KB
Loading

0 commit comments

Comments
 (0)