forked from OpenCodeEra/OpenCodeEra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team_list.html
135 lines (124 loc) · 5.15 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<!-- <link rel="stylesheet" href="css/style_footer.css" type="text/css" media="screen" /> -->
<link rel="stylesheet" href="css/team_list_style.css">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<!-- 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 class="about"><a href="#about">About</a></li>
<li class="services"><a target="_blank" href="https://github.com/orgs/OpenCodeEra/repositories">Projects</a></li>
<li><a href="/team_list.html">Team</a></li>
<li class="contact-us"><a href="index.html#contact">Contact Us</a></li>
<li class="about"><a href="index.html">FAQ</a></li>
</ul>
</div>
</nav>
</header>
<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>
</d
<footer>
<div class="row">
<div class="col-md-4 col-sm-6 footer-div" style="text-align: center">
<img src="images/icon/icon.png" id="footer-logo" />
<p id="footer-name">Open Code Era</p>
<a href="mailto:[email protected]" id="mail-footer">
<i class="fa-regular fa-envelope"></i> [email protected]
</a>
</div>
<div class="col-md-4 col-sm-6 footer-div" id="nav-footer">
<p class="ql-head">Quick Links</p>
<a href="team_list.html" class="nav-footer-link"> Our Team </a>
<a href="https://github.com/orgs/OpenCodeEra/repositories" class="nav-footer-link">
Projects</a>
<a href="#contact" class="nav-footer-link"> Contact </a>
</div>
<div class="col-md-4 footer-div" id="socials-div">
<p class="touch">Get in Touch</p>
<div id="socials">
<a href="https://www.linkedin.com/company/open-code-era/" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="https://github.com/OpenCodeEra" target="_blank">
<i class="fa-brands fa-github"> </i>
</a>
<a href="#">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="#">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
<div id="contribution-div">
<p class="contribute-head">Looking to contribute ?</p>
<p id="contribute-tag">Feel free to make your contributions</p>
<a href="https://github.com/OpenCodeEra/OpenCodeEra" id="contribute-link">
<i class="fa-brands fa-github" style="font-size: 40px"> </i>
OpenCodeEra
</a>
</div>
</div>
</div>
<p class="copy-right">
Copyright © opencodeera.pages.dev | All Rights Reserved
</p>
</footer>
</header>
</body>
<script src="javascript/team_list.js"></script>
</html>