-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
90 lines (81 loc) · 4.15 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pepyatka - the easiest way to share online</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="font-awesome.min.css" />
<link href="morda.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.png" />
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand"><a href="https://pepyatka.com">Pepyatka</a></h3>
<ul class="nav masthead-nav">
<li><a href="/">About</a></li>
<li><a href="/builds.html">Builds</a></li>
<li><a href="https://try.pepyatka.com">Try It</a></li>
<li><a href="https://github.com/pepyatka/pepyatka" class="fork-me"><i class="fa fa-github"></i> Fork Me</a></li>
</ul>
</div>
</div>
<div class="inner cover">
<h1 class="cover-heading">Pepyatka is the easiest way to
share online</h1>
<p class="lead">Pepyatka is an open source FriendFeed
clone (yes, it is free and open!). Basically, this is a
social real-time feed aggregator that allows you to
share cute kittens, coordinate upcoming events, discuss
any other cool stuff on the Internet or setup a private
Pepyatka instance in your company.</p>
<p class="lead">
<a href="https://try.pepyatka.com" class="btn btn-lg btn-default">Try Pepyatka!</a>
</p>
</div>
<div class="mailing-list">
<form action="//pepyatka.us8.list-manage.com/subscribe/post?u=b449ae49f1135a3babcefdac8&id=a0d143e5a5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form-inline" target="_blank" novalidate="novalidate">
<h3>Or subscribe to the mailing list</h3>
<div class="mc-field-group">
<div class="form-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email form-control" id="mce-EMAIL">
</div>
<div class="form-group">
<div class="input-group">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default">
</div>
</div>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_b449ae49f1135a3babcefdac8_a0d143e5a5" tabindex="-1" value=""></div>
</form>
</div>
<div class="mastfoot">
<div class="inner">
<p>Build with love by <a href="https://friendfeed.com/epicmonkey">epicmonkey@frf</a>.</p>
</div>
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43286504-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>