-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
48 lines (28 loc) · 1.41 KB
/
README.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>webpage</title>
<style type="text/css">
McLeanMarkdown.css
</style>
</head>
<body>
<h1>webpage</h1>
<p>My personal webpage</p>
<h2>TO DO: </h2>
<p>1) select box for selecting journal (possibly distinguish To Appear from Published)<br/>
2) check document outline and fix if necessary </p>
<h2>Changes to webpage</h2>
<h3>2013-10-10</h3>
<p>1) added html5 semantic elements: changed misc element divs to article, divs with id contentDiv to sections, changed div with id header to header element, added footer element<br/>
2) added collapsible paragraphs to research tab using details tag. h4 tags for project headings changed to summary tags. supported in Opera, Chrome, Safarai. not in Firefox and IE<br/>
3) McLean.css changed accordingly for 1). header id select becomes header element selector, contentDiv selector becomes section selector, summary selector added to h4 rule,<br/>
4) removed <center> and <left> from research section </p>
<h3>2013-10-29</h3>
<p>1) changed styling of tt and code tags to match GitHub<br/>
2) currently selected navDiv made different colour from other navDivs<br/>
3) In light of 2), removed headings from each div – this will probably mess up document outline<br/>
3) used padding attribute to contentDiv to remove reliance on blockquote </p>
</body>
</html>