-
Notifications
You must be signed in to change notification settings - Fork 0
/
fossabout.html
192 lines (167 loc) · 7.55 KB
/
fossabout.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Software Information</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
color: #333;
}
h1 {
text-align: center;
color: #1a237e; /* Dark blue color */
margin-bottom: 30px;
}
.software {
margin-bottom: 40px;
padding: 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.3s;
}
.software:hover {
transform: translateY(-5px);
}
.software img {
display: block;
margin: 0 auto 20px;
max-width: 100%;
border-radius: 5px;
}
.software h2 {
text-align: center;
margin-bottom: 10px;
color: #1a237e;
}
.software p {
text-align: center;
font-size: 1.2em;
color: #666;
}
.back-button {
display: block;
margin-top: 20px;
padding: 10px 20px;
border: none;
border-radius: 5px;
background-color: #1a237e; /* Dark blue color */
color: #fff;
font-size: 1.2em;
text-align: center;
text-decoration: none;
transition: background-color 0.3s;
}
.back-button:hover {
background-color: #3949ab;
}
</style>
</head>
<body>
<h1>Software Information</h1>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Linux" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/1200px-Tux.svg.png" alt="Linux">
<h2>Linux</h2>
<p>Linux is a family of open-source Unix-like operating systems based on the Linux kernel.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Mozilla_Firefox" target="_blank">
<img src="https://cdn0.iconfinder.com/data/icons/mozilla-icons/256/firefox_png.png" alt="Firefox">
<h2>Firefox</h2>
<p>Mozilla Firefox is a free and open-source web browser developed by the Mozilla Foundation.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/LibreOffice" target="_blank">
<img src="https://static-00.iconduck.com/assets.00/libreoffice-writer-icon-512x506-jkg6de1q.png" alt="LibreOffice">
<h2>LibreOffice</h2>
<p>LibreOffice is a free and open-source office suite, developed by The Document Foundation.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/GIMP" target="_blank">
<img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/6867bddd-33d5-4cf2-940b-f8620866dcdf/de5va30-bf0d76a2-0fa7-4cff-87f8-992c4847f797.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzY4NjdiZGRkLTMzZDUtNGNmMi05NDBiLWY4NjIwODY2ZGNkZlwvZGU1dmEzMC1iZjBkNzZhMi0wZmE3LTRjZmYtODdmOC05OTJjNDg0N2Y3OTcucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.8XOjrna3H6Z5f5tQtf6DbO0avcWfQHEEjnU448zN9F4" alt="GIMP">
<h2>GIMP</h2>
<p>GIMP is a free and open-source raster graphics editor used for image editing and retouching.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Inkscape" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Inkscape_Logo.svg/1200px-Inkscape_Logo.svg.png" alt="Inkscape">
<h2>Inkscape</h2>
<p>Inkscape is a free and open-source vector graphics editor used for creating vector images.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Apache_HTTP_Server" target="_blank">
<img src="https://www.iconshock.com/image/Shine7/Communications/apache_server" alt="Apache">
<h2>Apache</h2>
<p>Apache HTTP Server is a free and open-source web server software.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/GNU_Project" target="_blank">
<img src="https://cdn.icon-icons.com/icons2/2148/PNG/512/gnu_icon_132361.png" alt="GNU">
<h2>GNU</h2>
<p>GNU is an operating system and an extensive collection of computer software.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/PHP" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/1200px-PHP-logo.svg.png" alt="PHP">
<h2>PHP</h2>
<p>PHP is a server-side scripting language designed for web development.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Python_(programming_language)" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1200px-Python-logo-notext.svg.png" alt="Python">
<h2>Python</h2>
<p>Python is a high-level programming language used for general-purpose programming.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Android_(operating_system)" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Android_robot.svg/1200px-Android_robot.svg.png" alt="Android">
<h2>Android</h2>
<p>Android is a mobile operating system developed by Google.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/VLC_media_player" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/3/38/VLC_icon.png" alt="VLC">
<h2>VLC Media Player</h2>
<p>VLC Media Player is a free and open-source multimedia player.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Blender_(software)" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Blender_logo_no_text.svg/1200px-Blender_logo_no_text.svg.png" alt="Blender">
<h2>Blender</h2>
<p>Blender is a free and open-source 3D computer graphics software toolset.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Jitsi" target="_blank">
<img src="https://static-00.iconduck.com/assets.00/jitsi-icon-1024x911-252lpdtd.png" alt="Jitsi">
<h2>Jitsi</h2>
<p>Jitsi is a free and open-source video conferencing software.</p>
</a>
</div>
<div class="software">
<a href="https://en.wikipedia.org/wiki/Brave_(web_browser)" target="_blank">
<img src="https://upload.wikimedia.org/wikipedia/commons/5/51/Brave_icon_lionface.png" alt="Brave">
<h2>Brave</h2>
<p>Brave is a free and open-source web browser based on the Chromium web browser.</p>
</a>
</div>
<button class="back-button" onclick="window.location.href='foss.html'">Back to Homepage</button>
</body>
</html>