You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: credits.html
+46-18Lines changed: 46 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,18 @@
7
7
text-align: center;
8
8
}
9
9
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
14
22
}
15
23
16
24
.Header {
@@ -27,8 +35,9 @@
27
35
margin:25px;
28
36
border:5px outset gray;
29
37
width:250px;
30
-
height:500px;
38
+
height:600px;
31
39
text-align: center;
40
+
vertical-align: top;
32
41
background-color: gainsboro;
33
42
}
34
43
@@ -48,24 +57,43 @@
48
57
<body>
49
58
<divclass="Header">Credits</div>
50
59
<divclass="CreditBox">
51
-
<h1>Dr. Maria Williams</h1>
52
-
<p><imgsrc=data/images/maria.png></p>
53
-
<p>Words</p>
60
+
<divclass="bio">
61
+
<h1>Dr. Maria Williams</h1>
62
+
<p><imgsrc=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>
<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>
<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>
<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>
0 commit comments