-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathscreenshots.html
141 lines (114 loc) · 4.17 KB
/
screenshots.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Retroshare screenshots</title>
<link href="css/app.css" rel="stylesheet">
<link href="css/foundation-icons.css" rel="stylesheet">
<link href="css/retroshare.css" rel="stylesheet">
<!-- For IE 9 and below. ICO should be 32x32 pixels in size -->
<!--[if IE]><link rel="shortcut icon" href="img/favicon_32p.png"><![endif]-->
<!-- Touch Icons - iOS and Android 2.1+ 180x180 pixels in size. -->
<link rel="apple-touch-icon" href="img/favicon_180p.png">
<!-- Firefox, Chrome, Safari, IE 11+ and Opera. 192x192 pixels in size. -->
<link rel="icon" href="img/favicon_192p.png">
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="https://github.com/RetroShare/documentation/wiki">Wiki</a>
</li>
<li>
<a href="https://retrosharedocs.readthedocs.io/en/latest">Docu</a>
</li>
<li>
<a href="downloads.html">Download</a>
</li>
<li>
<a href="https://retroshareteam.wordpress.com/">Blog</a>
</li>
<li>
<a href="support.html">Support</a>
</li>
</ul>
</nav>
<div class="row">
<div class="small-4 medium-3 large-2 small-offset-l large-offset-l columns">
<a href="index.html"><img alt="Retroshare symbol" height="137" src="img/retroshare-symbol.png" width="137"></a>
</div>
<div class="small-6 medium-7 large-5 columns text-center">
<div class="logo">
<a href="index.html">
<h1><span class="retro">Retro</span>share</h1></a>
<p>secure communication for everyone</p>
</div>
</div>
<div class="medium-1 columns"></div>
</div>
</header>
<div class="row">
<ul class="small-block-grid-3">
<li>
<a class="th" role="button" aria-label="Thumbnail" href="img/rs1.png"><img aria-hidden=true src="img/rs1_t.jpg"></a>
</li>
<li>
<a class="th" role="button" aria-label="Thumbnail" href="img/rs4.png"><img aria-hidden=true src="img/rs4_t.jpg"></a>
</li>
<li>
<a class="th" role="button" aria-label="Thumbnail" href="img/rs5.png"><img aria-hidden=true src="img/rs5_t.jpg"></a>
</li>
<li>
<a class="th" role="button" aria-label="Thumbnail" href="img/rs6.png"><img aria-hidden=true src="img/rs6_t.jpg"></a>
</li>
<li>
<a class="th" role="button" aria-label="Thumbnail" href="img/rs7.png"><img aria-hidden=true src="img/rs7_t.jpg"></a>
</li>
</ul>
</div>
<footer class="footer">
<div class="row">
<div class="medium-6 large-4 large-offset-2 columns">
<i class="fi-info"></i>
<ul class="footer-links">
<li>
<a href="https://retroshare.github.io/">Project Site</a>
</li>
<li>
<a href="https://retrosharedocs.readthedocs.io/en/latest">Documentation</a>
</li>
<li>
<a href="screenshots.html">Screenshots</a>
</li>
<li>
<a href="https://github.com/RetroShare/documentation/wiki">Wiki</a>
</li>
<li>
<a href="https://github.com/RetroShare">GitHub project page</a>
</li>
</ul>
</div>
<div class="medium-6 large-4 columns">
<i class="fi-megaphone"></i>
<ul class="footer-links">
<li>
<a href="https://retroshareteam.wordpress.com/">Retroshare Team Blog</a>
</li>
<li>
<a href="https://twitter.com/retroshare">Retroshare Dev Twitter</a>
</li>
<li>
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fretroshare.cc&via=retroshare"><img src="img/twitter_tweet.png" width="76" height="28"></a>
</li>
<li>
<a href="https://twitter.com/intent/follow?screen_name=retroshare"><img src="img/twitter_follow.png" width="155" height="28"></a>
</li>
</ul>
</div>
<div class="tiny-1"></div>
</div>
</footer>
</body>
</html>