-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (119 loc) · 6.13 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
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
<!DOCTYPE html>
<html lang="en" ng-app="app">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Free Web Apps - Organizing your life with free web applications</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/clean-blog.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Angular -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.5/angular.min.js"></script>
<script src="js/app.js"></script>
</head>
<body ng-controller="SiteController">
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('img/home-bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1>Free Web Apps</h1>
<hr class="small">
<span class="subheading">Organizing your life with free web applications</span>
<!-- Star button -->
<div style="margin-top: 30px">
<a class="github-button" href="https://github.com/freewebapps/freewebapps.github.io/subscription" data-icon="octicon-eye" data-size="large" data-show-count="true" aria-label="Watch freewebapps/freewebapps.github.io on GitHub">Watch</a>
<a class="github-button" href="https://github.com/freewebapps/freewebapps.github.io" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star freewebapps/freewebapps.github.io on GitHub">Star</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Error message -->
<div class="container" ng-if="hasError">
<div class="row">
<div class="col-md-12">
<div class="alert alert-danger" role="alert">
<strong>Oh noes!</strong> Something happened and it was not possible to fetch the data. Please try again.
</div>
</div>
</div>
</div>
<!-- Main Content -->
<div class="container">
<div class="row" ng-repeat-start="item in sites">
<div class="col-md-7">
<a ng-href="item.url" target="_blank">
<img class="img-responsive" ng-src="{{item.image}}" alt=""/>
</a>
</div>
<div class="col-md-5">
<h3>{{item.title}}</h3>
<h4>{{item.subtitle}}</h4>
<p>{{item.description}}</p>
<a class="btn btn-primary" ng-href="{{item.url}}" target="_blank">Visit site <span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<hr ng-repeat-end ng-hide="$last"/>
</div>
<!-- Useful apps -->
<div class="container" ng-if="other.length > 0">
<div class="row">
<div class="col-md-12">
<hr/>
<h2>Other useful apps</h2>
<h4>These may need to be installed.</h4>
</div>
</div>
<div class="row" ng-repeat-start="item in other">
<div class="col-md-7">
<a ng-href="item.url" target="_blank">
<img class="img-responsive" ng-src="{{item.image}}" alt=""/>
</a>
</div>
<div class="col-md-5">
<h3>{{item.title}}</h3>
<h4>{{item.subtitle}}</h4>
<p>{{item.description}}</p>
<a class="btn btn-primary" ng-href="{{item.url}}" target="_blank">Visit site <span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<hr ng-repeat-end ng-hide="$last"/>
</div>
<hr/>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p class="copyright text-muted">Copyright © Free Web Apps 2016-2022</p>
<p class="copyright text-muted">Website maintained by <a href="https://github.com/thaispalmer" target="_blank">thaispalmer</a></p>
</div>
</div>
</div>
</footer>
<!-- Addthis widget -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-57ffbdbbb2557e79"></script>
<!-- Github Fork badge -->
<a href="https://github.com/freewebapps/freewebapps.github.io" target="_blank"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<!-- Github Buttons -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>