1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 " />
5
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
8
9
9
10
<!-- Google / Search Engine Tags -->
10
11
< meta itemprop ="name " content ="chryz-hub " />
11
- < meta itemprop ="description " content ="Welcome To The World of Open Source, We Appreciate Your Contribution and Ideas Here! " />
12
- < meta itemprop ="image " content ="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/public/myocatact1%20(1).svg " />
12
+ < meta itemprop ="description "
13
+ content ="Welcome To The World of Open Source, We Appreciate Your Contribution and Ideas Here! " />
14
+ < meta itemprop ="image "
15
+ content ="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/public/myocatact1%20(1).svg " />
13
16
14
17
<!-- Facebook Meta Tags -->
15
18
< meta property ="og:url " content ="https://chryz-hub.github.io/ " />
16
19
< meta property ="og:type " content ="website " />
17
20
< meta property ="og:title " content ="chryz-hub " />
18
- < meta property ="og:description " content ="Welcome To The World of Open Source, We Appreciate Your Contribution and Ideas! " />
19
- < meta property ="og:image " content ="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/public/myocatact1%20(1).svg " />
21
+ < meta property ="og:description "
22
+ content ="Welcome To The World of Open Source, We Appreciate Your Contribution and Ideas! " />
23
+ < meta property ="og:image "
24
+ content ="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/public/myocatact1%20(1).svg " />
20
25
21
26
<!-- Twitter Meta Tags -->
22
27
< meta name ="twitter:card " content ="Welcome To The World of Open Source, We Appreciate Your Contribution and Ideas! " />
23
28
< meta name ="twitter:title " content ="chryz-hub " />
24
- < meta name ="twitter:description " content ="Welcome To The World of Open Source, We Appreciate Your Contribution and Ideas! " />
25
- < meta name ="twitter:image " content ="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/public/myocatact1%20(1).svg " />
29
+ < meta name ="twitter:description "
30
+ content ="Welcome To The World of Open Source, We Appreciate Your Contribution and Ideas! " />
31
+ < meta name ="twitter:image "
32
+ content ="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/public/myocatact1%20(1).svg " />
26
33
27
34
<!-- FAVICON -->
28
35
< link rel ="icon " type ="image/ico " href ="./src/assets/images/favicon.ico " />
32
39
<!-- STYLES -->
33
40
< link rel ="stylesheet " href ="./src/assets/css/global.css " />
34
41
< link rel ="stylesheet " href ="./src/assets/css/styles.css " />
35
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css " integrity ="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w== " crossorigin ="anonymous " />
42
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css "
43
+ integrity ="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w== "
44
+ crossorigin ="anonymous " />
36
45
</ head >
37
46
38
47
< body id ="home ">
@@ -45,7 +54,7 @@ <h1 class="logo"><a href="#home"><img src="./src/assets/images/chryz-hub-transpa
45
54
< div class ="burger ">
46
55
< div class ="line-one "> </ div >
47
56
< div class ="line-two "> </ div >
48
- < div class ="line-three "> </ div >
57
+ < div class ="line-three "> </ div >
49
58
</ div >
50
59
< ul class ="nav-list ">
51
60
< li > < a href ="./index.html "> Community</ a > </ li >
@@ -75,25 +84,38 @@ <h1 class="text-primary">Chryz-Hub</h1>
75
84
< div class ="container ">
76
85
< div class ="vision-content ">
77
86
< h2 class ="text-primary "> Our Vision</ h2 >
78
- < p class ="text-secondary "> Our vision is to add value, solve problems, render help and support to developers, open source contributors and everyone at large and also raise and build Open Source Giants.</ p >
79
- < a href ="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/vision.md " class ="btn btn-primary btn-rounded " re ="noopener " target ="_blank "> Read more</ a >
87
+ < p class ="text-secondary "> Our vision is to add value, solve problems, render help and support to developers,
88
+ open source contributors and everyone at large and also raise and build Open Source Giants.</ p >
89
+ < a href ="https://github.com/chryz-hub/chryz-hub.github.io/blob/master/vision.md "
90
+ class ="btn btn-primary btn-rounded " re ="noopener " target ="_blank "> Read more</ a >
80
91
</ div >
81
92
</ div >
82
93
</ section >
83
94
<!-- Buttons -->
84
95
< div class ="container buttons ">
85
- < a href ="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organization&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization " rel ="noopener " class =" btn btn-primary "> Join the Community</ a >
86
- < a href ="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md " rel ="noopener " class ="btn btn-secondary " target ="_blank "> < i class ="fas fa-code-branch "> </ i > Create Pull Request</ a >
96
+ < a href ="https://github.com/chryz-hub/chryz-hub.github.io/issues/new?assignees=&labels=invite+me+to+the+organization&template=invitation.md&title=Please+invite+me+to+the+GitHub+Community+Organization "
97
+ rel ="noopener " class =" btn btn-primary "> Join the Community</ a >
98
+ < a href ="https://github.com/chryz-hub/opensource-4-everyone/blob/master/My-PR-Contribution-Practice.md "
99
+ rel ="noopener " class ="btn btn-secondary " target ="_blank "> < i class ="fas fa-code-branch "> </ i > Create Pull
100
+ Request</ a >
87
101
</ div >
88
102
</ header >
89
103
< main >
104
+
90
105
< section id ="projects " class ="projects ">
91
106
< h2 > Projects</ h2 >
92
- < div class ="flex-items ">
107
+
108
+ < div class ="flex-col-2 " id ="githubprojects ">
109
+ <!-- GitHub Projects from scripts.js goes here -->
110
+ </ div >
111
+
112
+ <!-- Not needed if we go to api call in the js -->
113
+ <!-- <div class="flex-items">
93
114
<a href="#">
94
115
<div class="item project">
95
116
<h4 class="text-secondary">Chryz-Hub Website</h4>
96
- < p > Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis quos consequatur atque perferendis sapiente consectetur iusto tempora temporibus, sequi maxime.</ p >
117
+ <p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis quos consequatur atque perferendis
118
+ sapiente consectetur iusto tempora temporibus, sequi maxime.</p>
97
119
<div>
98
120
<span class="fab fa-html5"></span>
99
121
<span class="fab fa-css3-alt"></span>
@@ -105,29 +127,32 @@ <h4 class="text-secondary">Chryz-Hub Website</h4>
105
127
<a href="#">
106
128
<div class="item project">
107
129
<h4 class="text-secondary">Project X</h4>
108
- < p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsa corrupti, officia labore quibusdam adipisci! Ducimus perspiciatis corrupti dolore accusamus?</ p >
130
+ <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsa corrupti, officia labore quibusdam
131
+ adipisci! Ducimus perspiciatis corrupti dolore accusamus?</p>
109
132
<div>
110
133
<span class="fab fa-python"></span>
111
134
<span class="fab fa-bootstrap"></span>
112
135
<span class="fab fa-js"></span>
113
136
</div>
114
137
</div>
115
138
</a>
116
-
139
+
117
140
<a href="#">
118
141
<div class="item project">
119
142
<h4 class="text-secondary">Project Y</h4>
120
- < p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsa corrupti, officia labore quibusdam adipisci! Ducimus perspiciatis corrupti dolore accusamus?</ p >
143
+ <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsa corrupti, officia labore quibusdam
144
+ adipisci! Ducimus perspiciatis corrupti dolore accusamus?</p>
121
145
<div>
122
146
<span class="fab fa-react"></span>
123
147
<span class="fab fa-js"></span>
124
148
</div>
125
149
</div>
126
150
</a>
127
- </ div >
151
+ </div> -->
128
152
</ section >
129
- </ main >
153
+ </ main >
130
154
<!-- JAVASCRIPT -->
131
155
< script src ="./src/assets/javascript/script.js "> </ script >
132
156
</ body >
133
- </ html >
157
+
158
+ </ html >
0 commit comments