forked from OpenCodeEra/OpenCodeEra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team_list.html
117 lines (107 loc) · 4.53 KB
/
team_list.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description"
content="OpenCodeEra is an open source organisation aimed at making open source software more accessible and to help developers build better software.">
<meta name="keywords"
content="Open source,Open code era ,Open source company ,OpenSource,Contribution , community , Open source projects, education, collaboration, organisation, Web developement, Open source project,hacktoberfest">
<meta name="robots" content="INDEX, FOLLOW">
<!-- Linking external CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/style_footer.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/team_list_style.css">
<!-- linking External JavaScript -->
<!-- <script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script> -->
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/images/icon/favicon125x125.png" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap" rel="stylesheet">
<title>Our Team | Open Code Era</title>
</head>
<body>
<!-- This div pushes down header a little bit so that header is not sticky from start -->
<header class="blur disable-selection">
<nav>
<div class="left">
<img src="images/icon/icon.png" alt="OpenCodeEra logo" />
<a href="/index.html">
<span class="blue">Open</span><span class="white">Code</span><span class="blue">Era</span> </a>
</div>
<div class="right">
<ul>
<li>
<a class="about" href="#about">About</a>
</li>
<li>
<a class="contact-us" href="index.html">Contact Us</a>
</li>
<li>
<a class="services" href="services.html"> Services</a>
</li>
</ul>
</div>
</nav>
<div id="team">
<div id="maintainers">
<p>
Our Maintainers
</p>
<div id="cards_maintianer" class="cards">
<p style="font-weight: 300; color: rgb(189, 189, 182);">
"There is Some Error in Maintianers.json File"
</p>
</div>
</div>
<div id="contributors">
<p>
Our contributors
</p>
<div id="cards_contributor" class="cards">
<p style="font-weight: 300; color: rgb(189, 189, 182);">
"There is Some Error in Contributors.json File"
</p>
</div>
</div>
</div>
</div>
<footer class="blur disable-selection">
<div class="footer">
<div class="footer-first">
<h3>Open Code Era</h3>
</div>
<div class="footer-second">
<ul>
<h4>Support</h4>
<li>
<a href="https://github.com/OpenCodeEra">
Our Projects
</a>
</li>
<li>
<a href="/team_list.html">
Our Team
</a>
</li>
</ul>
</div>
<div class="footer-third">
</div>
<div class="footer-fourth">
<a href="https://github.com/OpenCodeEra/OpenCodeEra">
<img src="images/logo/github-logo.svg" alt="github-logo">
Improve this page on GitHub
</a>
</div>
</div>
<div class="footer-rights">
Copyright © opencodeera.pages.dev | All Rights Reserved
</div>
</footer>
</header>
</body>
<script src="javascript/team_list.js"></script>
</html>