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,29 +84,35 @@ <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 >
90
104
91
105
< div class ="flex-col-2 " id ="githubprojects ">
92
- <!-- GitHub Projects from scripts.js goes here -->
93
- </ div >
106
+ <!-- GitHub Projects from scripts.js goes here -->
107
+ </ div >
94
108
< section id ="projects " class ="projects ">
95
109
< h2 > Projects</ h2 >
96
110
< div class ="flex-items ">
97
111
< a href ="# ">
98
112
< div class ="item project ">
99
113
< h4 class ="text-secondary "> Chryz-Hub Website</ h4 >
100
- < p > Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis quos consequatur atque perferendis sapiente consectetur iusto tempora temporibus, sequi maxime.</ p >
114
+ < p > Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis quos consequatur atque perferendis
115
+ sapiente consectetur iusto tempora temporibus, sequi maxime.</ p >
101
116
< div >
102
117
< span class ="fab fa-html5 "> </ span >
103
118
< span class ="fab fa-css3-alt "> </ span >
@@ -109,19 +124,21 @@ <h4 class="text-secondary">Chryz-Hub Website</h4>
109
124
< a href ="# ">
110
125
< div class ="item project ">
111
126
< h4 class ="text-secondary "> Project X</ h4 >
112
- < p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsa corrupti, officia labore quibusdam adipisci! Ducimus perspiciatis corrupti dolore accusamus?</ p >
127
+ < p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsa corrupti, officia labore quibusdam
128
+ adipisci! Ducimus perspiciatis corrupti dolore accusamus?</ p >
113
129
< div >
114
130
< span class ="fab fa-python "> </ span >
115
131
< span class ="fab fa-bootstrap "> </ span >
116
132
< span class ="fab fa-js "> </ span >
117
133
</ div >
118
134
</ div >
119
135
</ a >
120
-
136
+
121
137
< a href ="# ">
122
138
< div class ="item project ">
123
139
< h4 class ="text-secondary "> Project Y</ h4 >
124
- < p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsa corrupti, officia labore quibusdam adipisci! Ducimus perspiciatis corrupti dolore accusamus?</ p >
140
+ < p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsa corrupti, officia labore quibusdam
141
+ adipisci! Ducimus perspiciatis corrupti dolore accusamus?</ p >
125
142
< div >
126
143
< span class ="fab fa-react "> </ span >
127
144
< span class ="fab fa-js "> </ span >
@@ -130,8 +147,9 @@ <h4 class="text-secondary">Project Y</h4>
130
147
</ a >
131
148
</ div >
132
149
</ section >
133
- </ main >
150
+ </ main >
134
151
<!-- JAVASCRIPT -->
135
152
< script src ="./src/assets/javascript/script.js "> </ script >
136
153
</ body >
137
- </ html >
154
+
155
+ </ html >
0 commit comments