-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 1.47 KB
/
index.html
File metadata and controls
41 lines (35 loc) · 1.47 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>DigitalSalon</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Average+Sans' rel='stylesheet'>
<link href='http://fonts.googleapis.com/css?family=Montserrat+Subrayada:700' rel='stylesheet'>
<link href='greetings.css' rel='stylesheet'>
<style media="all">
</style>
</head>
<body>
<h1><img id="dslogo" name="digitalsalonlogo" src="logo.png" width="666" height="98" alt="digital salon logo"></h1>
<p>DigitalSalon is a group of <em class="a">technologists</em> who meet in
Beacon, NY.</p>
<p>Once a week, on a <em class="b">Tuesday</em> night, you can find us in
the warm <a href="http://banksquarecoffeehouse.com/">Bank Square
Coffeehouse</a> at the start of Main St.</p>
<p>At other times, you can <em class="c">chat</em> <a
href="http://webchat.freenode.net/?channels=#digitalsalon">with us
online</a>.</p>
<p>We often spend our time together <em class="f">making</em> things. You
can browse some of our software <a
href="http://github.com/digitalsalon">projects on github</a>.</p>
<p>Anyone with a keen interest to <em class="d">learn</em> and to <em
class="d">teach</em> is <em class="e">welcome</em>.</p>
<script>
window.addEventListener("load",function() {
setTimeout(function(){
window.scrollTo(0, 1);
}, 0);
});
</script>
</body>
</html>