-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (32 loc) · 1.94 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>My first styled page</title>
<link rel="stylesheet" href="styles/mystyles.css">
</head>
<body>
<img src="images/csg4ed-small.png" alt="Enhancing Social Good in Computing"
<!-- Site navigation menu -->
<ul class="navbar">
<li><a href="index.html">Home page</a>
<li><a href="misc/topic.html">Technology/Topic</a>
<li><a href="misc/opportunities.html">Opportunities</a>
<li><a href="misc/risks.html">Risks</a>
<li><a href="misc/choices.html">Choices</a>
<li><a href="misc/ethics.html">Ethical Reflections</a>
<li><a href="misc/references.html">References</a>
<li><a href="misc/process.html">Process Support</a>
</ul>
<!-- Main content -->
<h1><u>CTiS: Impact of Technology Site</h1></u>
</ul><p>This mock-up site is intended to support your team project so you can take this as a set of files and as a starting point and adapt it to your preference.
It is built on a W3C site tutorial so does not claim to be flash, but now has an image, [of a paper we wrote a while back on CSED4G (Computing Education for the Social Good)]</p>
<p>The site is not particularly well presented, but as the site uses HTML and has been styled with CSS it can be regarded as a <em>"minimum viable product"</em> for the purposes of this project…
It has some default links, which you can take as a start for your site structure. The <em>Process Support </em>Links provides guidance which will be needed for presenting your final project. </p>
<!-- Sign and date the page, it's only polite! -->
<address>Made 1 March 2021<br>
by Tony Clear.</address>
<p><em>thanks to W3C for tutorial and adapted code from <a href="https://www.w3.org/Style/Examples/011/firstcss.en.html">Style Examples</a></p></em>
<p><em>also thanks to WDN for HTML and CSS resources and any adapted code snippets from <a href= "https://developer.mozilla.org/en-US/docs/Web">Mozilla Developer Network</a></p></em
</body>
</html>