-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredentials.html
51 lines (47 loc) · 1.22 KB
/
credentials.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
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
<title>Python, Data Science, Life</title>
</head>
<link rel="stylesheet" type="text/css" href="./style.css" media="screen"/>
<style>
#outer {}
#inner {margin: auto;
line-height: 1.5em;
text-align: justify;
min-width: 500px;
max-width: 1000px;
border: 1px solid black;
background-color: #ffffff;
padding: 5px 5px 5px 5px;
}
</style>
<!-- the head of the page -->
<body>
<center><h1>Credentials</h1></center>
<div id="inner">
<p>
<h2>Degrees</h2><br>
<b>Master of Science, Mechanical Engineering</b><br>
Stony Brook University<br>
Stony Brook, New York<br>
United States<br>
<br>
<b>Bachelor of Arts, Physics</b><br>
Mathematics Minor<br>
State University of New York College at Geneseo<br>
Geneseo, New York<br>
United States<br>
<br>
<h2>Certificates</h2>
<a href="https://coursera.org/share/d4ef75b9a20b4d221f40a9431a25314d">IBM Data Science Professional Certificate</a><br>
By IBM on Coursera.org<br>
<a href="https://coursera.org/share/11d5a2616ecf6339cc76d36cda89a451">AWS Fundamentals</a><br>
By Amazon Web Services on Coursera.org<br>
</p>
</div>
<br><br>
<!--- the body of the page ---!>
<!-- footnotes -->
</body>
</html>