Commit 839266e 1 parent 2ed32bc commit 839266e Copy full SHA for 839266e
File tree 6 files changed +56
-20
lines changed
6 files changed +56
-20
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This is the homepage that introduces the FOSSLight Open Source Project.
13
13
14
14
## License
15
15
16
- Copyright (c) 2021 FOSSLight
16
+ Copyright (c) 2021 LG Electronics
17
17
18
18
- Source codes in this site are licensed under [ GPL-3.0] ( LICNESE.md ) .
19
19
- Feature icons by [ Icons8] ( https://icons8.com/icon )
Original file line number Diff line number Diff line change 23
23
24
24
.flex-container {
25
25
display : flex ;
26
- justify-content : flex-start ;
26
+ justify-content : space-around ;
27
+ flex-wrap : wrap ;
27
28
}
28
29
29
30
.flex-container > .flex-contents {
30
- display : flex ;
31
+ display : block ;
31
32
border : 1px solid rgb (191 , 13 , 63 );
32
- margin : 0 rem auto 0 rem auto ;
33
+ margin-bottom : 1 rem ;
33
34
padding : 20px ;
34
- width : 30% ;
35
- height : 23rem ;
35
+ width : 70% ;
36
+ height : 24rem ;
37
+
38
+ @media (min-width : 48em ) {
39
+ width : 47.5% ;
40
+ margin-right : 5% ;
41
+
42
+ & :last-of-type ,
43
+ & :nth-child (2 n + 2 ) {
44
+ margin-right : 0 ;
45
+ }
46
+ }
47
+
48
+ @media (min-width : 75em ) {
49
+ width : 30% ;
50
+ margin-right : 5% ;
51
+
52
+ & :nth-child (2 n + 2 ) {
53
+ margin-right : 5% ;
54
+ }
55
+
56
+ & :last-of-type ,
57
+ & :nth-child (3 n + 3 ) {
58
+ margin-right : 0 ;
59
+ }
60
+ }
36
61
}
37
62
38
63
.flex-container > .flex-contents :hover {
44
69
}
45
70
46
71
#feature_title {
47
- display : block ;
72
+ display : inline- block ;
48
73
margin : initial ;
49
74
color : rgb (197 , 103 , 119 );
50
75
font-size : 1.5rem ;
51
76
padding-top : 1rem ;
52
77
width : 100% ;
53
- height : 20 % ;
78
+ height : 7 rem ;
54
79
font-weight : bold ;
55
80
text-align : center ;
56
81
line-height : normal ;
57
82
}
58
83
59
84
#feature_img {
60
- display : block ;
85
+ display : inline- block ;
61
86
margin : initial ;
62
- padding-top : 2rem ;
63
87
width : 100% ;
64
- height : 30 % ;
88
+ height : 3 rem ;
65
89
text-align : center ;
66
90
}
67
91
68
92
#feature_content {
69
- display : block ;
93
+ display : inline- block ;
70
94
margin : initial ;
71
95
color : black ;
72
96
font-size : 1rem ;
Original file line number Diff line number Diff line change @@ -14,17 +14,16 @@ Please visit the Demo site and try out the many features of the FOSSLight first-
14
14
### 0) Demo URL
15
15
16
16
> Go to the [ https://demo.fosslight.org/ ] ( https://demo.fosslight.org/ ) {: .emphasis_text}
17
- > {:.lead}
18
17
19
18
### 1) LogIn
20
19
21
20
First, create an account with 'SignUp' button and log in to the system.
22
- ![ FOSSLight Demo] ( ../assets/img/demo/fosslight_demo_site_login.JPG ) {: width="700 " height="500"}{: .center}
21
+ ![ FOSSLight Demo] ( ../assets/img/demo/fosslight_demo_site_login.JPG ) {: width="600 " height="500"}{: .center}
23
22
24
- > (Sample) Admin Account: You can experience admin mode through the following admin account.
25
- > - ID: admin
26
- > - PW : admin
27
- > {:.lead}
23
+ > ** (Sample) Admin Account** : You can experience admin mode through the following admin account.
24
+ >
25
+ > - ** ID : admin**
26
+ > - ** PW: admin **
28
27
29
28
### 2) Try it
30
29
Original file line number Diff line number Diff line change 11
11
< h2 > What is FOSSLight? </ h2 >
12
12
13
13
< img src ="../assets/img/fosslight_system.jpg " alt ="FOSSLight System "> < br >
14
- To develop and distribute software containing open source software, you need to follow the OSC(Open Source Compliance) process. FOSSLight is an integrated system that can process four steps of the OSC process sequentially.
14
+ To develop and distribute software containing open source software, you need to follow the OSC(Open Source Compliance) process. FOSSLight is an integrated system that can process the OSC process sequentially.
15
15
16
16
< h2 > Features </ h2 >
17
17
@@ -69,7 +69,20 @@ <h2> Source Code </h2>
69
69
< h2 > License</ h2 >
70
70
71
71
FOSSLight System is licensed under < a href ="https://opensource.org/licenses/AGPL-3.0 "> < b > AGPL-3.0 License</ b > </ a > .
72
-
72
+ < br />
73
+ < br />
74
+ < br />
75
+ < br />
76
+ < hr style ="width:100%; border:outset 1px rgb(191, 13, 63); ">
77
+ < h2 style ="color: rgb(191, 13, 63); text-align: center; "> Companies and Organizations Using FOSSLight</ h2 >
78
+ < div style ="text-align: center; ">
79
+ < a href ="https://www.lg.co.kr/ "> < img src ="../assets/img/company/lg-logo.jpg " title ="LG Electronics " width ="180px "> </ a >
80
+ <!-- <a href="https://www.etri.re.kr/"><img src="../assets/img/company/etri-logo.jpg" title="ETRI" width="250px"></a> -->
81
+ </ div >
82
+ < br />
83
+ < br />
84
+ < br />
85
+ < br />
73
86
< br />
74
87
< br />
75
88
< div class ="right "> < a href ="https://icons8.com/icon "> <Icons by Icons8></ a > </ div >
You can’t perform that action at this time.
0 commit comments