Skip to content

Commit 839266e

Browse files
committed
Update the homepage
1. fix the copyright 2. add admin account in demo 3. fix the flex css 4. add company using fossligt
1 parent 2ed32bc commit 839266e

File tree

6 files changed

+56
-20
lines changed

6 files changed

+56
-20
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is the homepage that introduces the FOSSLight Open Source Project.
1313

1414
## License
1515

16-
Copyright (c) 2021 FOSSLight
16+
Copyright (c) 2021 LG Electronics
1717

1818
- Source codes in this site are licensed under [GPL-3.0](LICNESE.md).
1919
- Feature icons by [Icons8](https://icons8.com/icon)

_sass/my-inline.scss

+35-11
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,41 @@
2323

2424
.flex-container {
2525
display: flex;
26-
justify-content: flex-start;
26+
justify-content: space-around;
27+
flex-wrap: wrap;
2728
}
2829

2930
.flex-container > .flex-contents {
30-
display: flex;
31+
display: block;
3132
border: 1px solid rgb(191, 13, 63);
32-
margin: 0rem auto 0rem auto;
33+
margin-bottom: 1rem;
3334
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(2n + 2) {
44+
margin-right: 0;
45+
}
46+
}
47+
48+
@media (min-width: 75em) {
49+
width: 30%;
50+
margin-right: 5%;
51+
52+
&:nth-child(2n + 2) {
53+
margin-right: 5%;
54+
}
55+
56+
&:last-of-type,
57+
&:nth-child(3n + 3) {
58+
margin-right: 0;
59+
}
60+
}
3661
}
3762

3863
.flex-container > .flex-contents:hover {
@@ -44,29 +69,28 @@
4469
}
4570

4671
#feature_title {
47-
display: block;
72+
display: inline-block;
4873
margin: initial;
4974
color: rgb(197, 103, 119);
5075
font-size: 1.5rem;
5176
padding-top: 1rem;
5277
width: 100%;
53-
height: 20%;
78+
height: 7rem;
5479
font-weight: bold;
5580
text-align: center;
5681
line-height: normal;
5782
}
5883

5984
#feature_img {
60-
display: block;
85+
display: inline-block;
6186
margin: initial;
62-
padding-top: 2rem;
6387
width: 100%;
64-
height: 30%;
88+
height: 3rem;
6589
text-align: center;
6690
}
6791

6892
#feature_content {
69-
display: block;
93+
display: inline-block;
7094
margin: initial;
7195
color: black;
7296
font-size: 1rem;

assets/img/company/etri-logo.jpg

48.3 KB
Loading

assets/img/company/lg-logo.jpg

5.53 KB
Loading

demo/README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,16 @@ Please visit the Demo site and try out the many features of the FOSSLight first-
1414
### 0) Demo URL
1515

1616
> Go to the [https://demo.fosslight.org/](https://demo.fosslight.org/){: .emphasis_text}
17-
> {:.lead}
1817
1918
### 1) LogIn
2019

2120
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}
2322

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**
2827
2928
### 2) Try it
3029

index.html

+15-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h2> What is FOSSLight? </h2>
1212

1313
<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.
1515

1616
<h2> Features </h2>
1717

@@ -69,7 +69,20 @@ <h2> Source Code </h2>
6969
<h2>License</h2>
7070

7171
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/>
7386
<br/>
7487
<br/>
7588
<div class="right"><a href="https://icons8.com/icon">&lt;Icons by Icons8&gt;</a></div>

0 commit comments

Comments
 (0)