-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpartners.html
111 lines (104 loc) · 3.24 KB
/
partners.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Royce Brooks's Partners</title>
<!-- Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Bootstrap 4 Portfolio/Resume Theme for Developers"
/>
<meta name="author" content="Xiaoying Riley at 3rd Wave Media" />
<link rel="shortcut icon" href="favicon.ico" />
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<!-- FontAwesome JS -->
<script
defer
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP"
crossorigin="anonymous"
></script>
<!-- Global CSS -->
<link
rel="stylesheet"
href="assets/plugins/bootstrap/css/bootstrap.min.css"
/>
<!-- github calendar css -->
<link
rel="stylesheet"
href="assets/plugins/github-calendar/dist/github-calendar.css"
/>
<!-- github acitivity css -->
<link
rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"
/>
<link
rel="stylesheet"
href="assets/plugins/github-activity/github-activity-0.1.5.min.css"
/>
</head>
<body>
<div class="partnerpages"></div>
<!--//footer-->
<!-- Javascript -->
<script
type="text/javascript"
src="assets/plugins/jquery-3.3.1.min.js"
></script>
<script type="text/javascript" src="assets/plugins/popper.min.js"></script>
<script
type="text/javascript"
src="assets/plugins/bootstrap/js/bootstrap.min.js"
></script>
<script
type="text/javascript"
src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"
></script>
<!-- github calendar plugin -->
<script
type="text/javascript"
src="assets/plugins/github-calendar/dist/github-calendar.min.js"
></script>
<!-- github activity plugin -->
<script
type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"
></script>
<script
type="text/javascript"
src="assets/plugins/github-activity/github-activity-0.1.5.min.js"
></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-108471718-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-108471718-1");
</script>
<script src="https://sonic.partnerpages.io/function/page/zoid.min.js"></script>
<script src="https://sonic.partnerpages.io/function/page/widgetSnippet?token=rp19z57tdora6hztfo0on"></script>
<script>
PartnerPageComponent({}).render(".partnerpages");
</script>
</body>
</html>