aboutsummaryrefslogtreecommitdiffstats
path: root/about.html
blob: d621718aa8a30dda3246a68abbc34236a927ea95 (plain)
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
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Conocimientos Libres</title>
        <!-- stylesheets -->
        <link rel="stylesheet" href="dist/css/bulma.css">
        <link rel="stylesheet" href="dist/css/style.css">
    </head>
    <body>
        <!-- navigation -->
        <header class="navigation">
            <nav class="navbar">
                <div class="container">
                    <!-- nav site title -->
                    <!-- Input for menu-mobile with checkbox-->
                    <input id="navbar-toggle-cbox" role="button" type="checkbox">
                    <!-- End Input for menu-mobile with checkbox-->
                    <div class="navbar-brand">
                        <a class="navbar-item">
                            <h3 class="title is-3" style="color: white;">CL</h3>
                        </a>
                        <!-- this "navbar-burger" hamburger menu is only visible on mobile -->
                        <label class="navbar-burger" for="navbar-toggle-cbox" data-target="navMenu">
                            <span></span>
                            <span></span>
                            <span></span>
                        </label>
                        <!-- end of burger -->
                    </div>

                    <!-- this "nav-menu" is hidden on mobile -->
                    <div id="navMenu" class="navbar-menu">
                        <ul class="navbar-end">
                            <li><a href="index.html" class="navbar-item is-tab">Home</a></li>
                            <li><a href="post.html" class="navbar-item is-tab">Static Post</a></li>
                            <li><a href="about.html" class="navbar-item is-tab is-active">About</a></li>
                            <li><a href="contact.html" class="navbar-item is-tab">Contact</a></li>
                        </ul>
                    </div>
                    <!-- end of nav -->
                </div>
            </nav>
        </header>
        <!-- end navigation -->

        <!-- page header (title, etc) -->
        <div class="main-header">
            <section class="hero">
                <div class="hero-body">
                    <div class="container">
                        <div class="has-text-centered">
                            <!-- header && subheader -->
                            <h1 class="title is-1 is-spaced">Conocimientos Libres</h1>
                            <h4 class="subtitle is-4">Sitio de información sobre Software Libre</h4>
                            <!-- end of header && subheader -->
                        </div>
                    </div>
                </div>
            </section>
        </div>
        <!-- end page header -->

        <!-- page content -->
        <div class="main-content">
            <div class="container">
                <!-- start of about -->
                <div class="columns is-multiline is-centered">
                    <!-- start of about -->
                    <div class="column is-7">
                        <div class="card">
                            <!-- about header-->
                            <div class="card-content-header has-text-centered">
                                <h4 class="title is-4">About Header</h4>
                            </div>
                            <!-- end of about header -->

                            <!-- about content -->
                            <div class="card-content">
                                <div class="content">
                                    <div class="card-inner-wrapper">
                                        <!-- about text -->
                                        <div class="card-content-text">
                                            <p> Phasellus bibendum lectus magna, vitae sagittis orci feugiat non. Aenean varius diam vel nunc tincidunt congue. In hendrerit nulla quis justo hendrerit placerat. Aliquam volutpat nisl id nulla scelerisque, et dictum metus interdum. Integer hendrerit pellentesque velit, efficitur dapibus enim efficitur nec. Integer quis imperdiet nulla, in commodo lectus. Nunc vitae diam accumsan, rutrum urna vitae, ultricies velit. Vivamus rhoncus volutpat quam, id iaculis erat placerat vitae. Proin vehicula sodales odio, et dignissim turpis aliquet vel.</p>
                                            <p>Donec id nulla mauris. Suspendisse auctor felis id orci pulvinar, quis ultricies enim porttitor. Maecenas posuere, metus nec luctus interdum, sapien velit faucibus turpis, in cursus magna nulla vitae elit. Phasellus eleifend nulla eu facilisis malesuada. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla at ex et orci rutrum venenatis et gravida elit. Phasellus fermentum, metus vel euismod finibus, velit arcu euismod ipsum, vitae dapibus ipsum magna sit amet elit. In vestibulum, urna ut fringilla mollis, augue turpis laoreet metus, id placerat quam odio vel justo. Phasellus a lectus et felis porta tempor. </p>
                                        </div>
                                        <!-- end of about text -->

                                        <!-- about footer -->
                                        <div class="card-content-footer-small">
                                            <div class="navbar is-social-center">
                                                <a class="navbar-item" href="">
                                                    <span class="soumaicon">
                                                        <svg>
                                                            <use href="./dist/images/icons/master.svg#gnusocial" />
                                                        </svg>
                                                    </span>
                                                </a>
                                                <a class="navbar-item" href="">
                                                    <span class="soumaicon">
                                                        <svg>
                                                            <use href="./dist/images/icons/master.svg#diaspora" />
                                                        </svg>
                                                    </span>
                                                </a>
                                                <a class="navbar-item" href="">
                                                    <span class="soumaicon">
                                                        <svg>
                                                            <use href="./dist/images/icons/master.svg#mastodom" />
                                                        </svg>
                                                    </span>
                                                </a>
                                            </div>
                                        </div>
                                        <!-- end of about footer -->

                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- end of about column -->
                </div>
                <!-- end of about columns -->
            </div>
        </div>
        <!-- end of page content -->

        <!-- footer: will stick to the bottom -->
        <footer class="footer footer-top-shadow">
            <!-- header nav content -->
            <div class="navbar is-social-center">
                <a class="navbar-item" href="">
                    <span class="soumaicon">
                        <svg>
                            <use href="./dist/images/icons/master.svg#diaspora" />
                        </svg>
                    </span>
                </a>
                <a class="navbar-item" href="">
                    <span class="soumaicon">
                        <svg>
                            <use href="./dist/images/icons/master.svg#gnusocial" />
                        </svg>
                    </span>
                </a>
                <a class="navbar-item" href="">
                    <span class="soumaicon">
                        <svg>
                            <use href="./dist/images/icons/master.svg#pump" />
                        </svg>
                    </span>
                </a>
                <a class="navbar-item" href="">
                    <span class="soumaicon">
                        <svg>
                            <use href="./dist/images/icons/master.svg#pixelfed" />
                        </svg>
                    </span>
                </a>
                <a class="navbar-item" href="">
                    <span class="soumaicon">
                        <svg>
                            <use href="./dist/images/icons/master.svg#peertube" />
                        </svg>
                    </span>
                </a>
                <a class="navbar-item" href="">
                    <span class="soumaicon">
                        <svg>
                            <use href="./dist/images/icons/master.svg#mediagoblin"/>
                        </svg>
                    </span>
                </a>
                <a class="navbar-item" href="">
                    <span class="soumaicon">
                        <svg>
                            <use href="./dist/images/icons/master.svg#matrix"/>
                        </svg>
                    </span>
                </a>
                <a class="navbar-item" href="">
                    <span class="soumaicon">
                        <svg>
                            <use href="./dist/images/icons/master.svg#rss"/>
                        </svg>
                    </span>
                </a>
            </div>
            <!-- end of header nav content -->
            <div class="container has-text-centered">
                <span class="soumaicon">
                    <svg>
                        <use href="./dist/images/icons/master.svg#libregit"/>
                    </svg>
                </span>
                <p>template by <a href="http://libregit.org/heckyel">libregit.org/heckyel</a></p>
                <p>this template is Free Software</p>
            </div>
        </footer>
        <!-- end of footer -->
        <!-- navbar-burger -->
        <script src="dist/js/navbar-burger.js"></script>
        <!-- end of navbar-burger -->
    </body>
</html>