-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (137 loc) · 7.83 KB
/
index.html
File metadata and controls
156 lines (137 loc) · 7.83 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="css/sticky-footer-navbar.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/profile.css">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Protirus GitHub</title>
</head>
<body ng-app="myApp">
<!-- Begin page content -->
<main role="main" class="container">
<section class="jumbotron title-container text-center">
<div>
<img class="jumbo-title" src="/assets/protirus-title-blue.svg" alt="Protirus Title Logo">
<br/>
<h1>Welcome to our GitHub site!</h1><p>For more information about us and what we do, please visit<br/><a href="https://protirus.com" target="_blank">www.protirus.com</a></p>
<div class="row justify-content-md-center">
<div class="col-lg-8">
<div class="input-group search-bar">
<input type="text" class="form-control" ng-model='searchText' placeholder="Search for a Repo ..." aria-label="Search">
<button type="submit" class="btn btn-default"><i class="fa fa-search"></i></button>
</div>
</div>
</div>
</div>
</section>
<div ng-controller="myController" data-ng-init="init()">
<div class="tile-container" style="margin-top: -50px;">
<div class="row">
<div ng-repeat="repo in repos | filter:searchText" class="col-md-6" style="margin-bottom: 50px;">
<div class="card mb-6 box-shadow">
<div class="card-img-container">
<img class="card-img" ng-src="https://raw.githubusercontent.com/Protirus/{{repo.name}}/master/docs/github/repo-io-thumb.png" onerror="this.onerror=null;this.src='/assets/repo-placeholder.png';"/>
</div>
<div class="card-body">
<h3>{{repo.name}}</h3>
<div class="card-text-or">
{{repo.description}}
</div>
<div class="d-flex justify-content-between card-view-button align-items-center">
<div class="btn-group">
<button ng-click="OpenRepository(repo)" type="button" class="btn btn-sm btn-outline-secondary card-button">View</button>
</div>
<div class="card-topics-container">
<div ng-repeat="topic in repo.topics">
<span class="badge badge-pill card-pill-primary" style="margin-left:5px;">{{topic}}</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contributors -->
<div class="row">
<div class="col-md-12" style="margin-bottom:25px; text-align: center;">
<h3>Contributors</h3>
</div>
<!-- Alex H -->
<div class="col-md-4">
<!-- https://bootsnipp.com/snippets/featured/instagram-style-user-online (SamimOnline) -->
<div class="d-flex justify-content-center h-100">
<div class="image_outer_container">
<!-- <div class="green_icon"></div> -->
<div class="image_inner_container">
<a href="https://github.com/AlexHedley" target="_blank" title="Alex Hedley">
<img src="/assets/contributors/AlexHedley.jpeg" alt="Alex Hedley Image">
</a>
</div>
</div>
</div>
</div>
<!-- Alex D -->
<div class="col-md-4">
<!-- https://bootsnipp.com/snippets/featured/instagram-style-user-online (SamimOnline) -->
<div class="d-flex justify-content-center h-100">
<div class="image_outer_container">
<!-- <div class="green_icon"></div> -->
<div class="image_inner_container">
<a href="https://github.com/Axemasta" target="_blank" title="Alex Duffell">
<img src="/assets/contributors/AlexDuffell.jpeg" alt="Alex Duffell Image">
</a>
</div>
</div>
</div>
<!-- https://twitter.com/axemasta -->
<!-- https://github.com/Axemasta -->
<!-- https://www.linkedin.com/in/alexander-duffell-a05a30130/ -->
</div>
<!-- Ray O'H -->
<div class="col-md-4">
<!-- https://bootsnipp.com/snippets/featured/instagram-style-user-online (SamimOnline) -->
<div class="d-flex justify-content-center h-100">
<div class="image_outer_container">
<!-- <div class="green_icon"></div> -->
<div class="image_inner_container">
<!-- <a href="https://github.com/Axemasta" target="_blank" title="Ray O'Hare"> -->
<img src="https://www.fjords.com/wp-content/plugins/all-in-one-seo-pack/images/default-user-image.png" alt="Ray O'Hare Image">
<!-- </a> -->
</div>
</div>
</div>
<!-- https://www.linkedin.com/in/raymond-o-hare-8619b378/ -->
</div>
</div>
</div>
<br/>
</main>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.min.js" ></script>
<script>window.jQuery || document.write('<script src="js/jquery-slim.min.js"><\/script>')</script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/angular.min.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.8/angular.min.js"></script> -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.5/angular.min.js"></script> -->
<!-- <script src="js/script.js"></script> -->
<script src="js/app.js"></script>
</body>
</html>