forked from FOSSdirectory/FOSSdirectory.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (55 loc) · 2.38 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<head>
<title>XYZ's FOSS Profile</title> <!-- Your name (or psuedonym!) here. -->
<link rel="stylesheet" href="./static/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./static/css/style.css" type="text/css">
</head>
<body class="home page" data-spy="scroll" data-target="#sidenav" screen_capture_injected="true">
<div class="container-fluid">
<div class="jumbotron">
<center><h1>r3d3y3's Profile</h1></center> <!-- Your name (or psuedonym!) here. -->
<p>"The source will be with you. Always."</p> <!-- Or you can put your own quote! -->
<a type="button" class="btn btn-lg btn-primary" href="./directory.html" id="actsignup">Visit my friends</a>
</div>
<div class="row">
<div class="col-md-6 padded">
<h3>I am...</h3>
<p>
A senior at UMass Amherst studying computer science and mathematics. I love cooking and being outside.
</p> <!-- Customizable! -->
</div>
<div class="col-md-6 white padded">
<h3>I'm interested in FOSS because...</h3>
<p>
it helps us to maintain control over technologies that influence the lives of people around the world.
</p> <!-- Customizable! -->
</div>
</div>
<div class="row green">
<div class="col-md-6 col-md-offset-3">
<div class="list-group">
<a href="#" class="list-group-item active">
I want to contribute to {X Project}. <!-- Customizable! -->
</a>
<a href="http://vyos.net/" class="list-group-item">VyOS</a>
<a href="http://laptop.org/en/laptop/software/" class="list-group-item">one laptop per child</a>
<a href="http://www.python.org/" class="list-group-item">Python</a>
<a href="http://www.debian.org/" class="list-group-item">Debian</a>
<a href="http://xubuntu.org/" class="list-group-item">Xubuntu</a>
<a href="http://www.mozilla.org/en-US/" class="list-group-item">Mozilla</a>
<a href="http://www.mozilla.org/en-US/" class="list-group-item">Mozilla</a>
</div>
</div>
</div>
<div class="bluestripe">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-8">
<h4 class="pull-right">A project of <a href="https://openhatch.org/"><img src="https://openhatch.org/w/images/thumb/a/a6/Openhatch-logo.png/500px-Openhatch-logo.png" width="100px"></a></h4>
</div>
</div>
</div>
</div>
</div>
</body>
</html>