Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corentin Bettiol
l3m-website
Commits
b88795be
Commit
b88795be
authored
Apr 03, 2019
by
Corentin Bettiol
💻
Browse files
release
parent
52b32836
Changes
4
Hide whitespace changes
Inline
Side-by-side
css/design.css
View file @
b88795be
...
...
@@ -362,10 +362,18 @@ img{
Media Queries
*/
@media
all
and
(
max-width
:
1350px
){
#header
{
@media
all
and
(
max-width
:
1500px
){
*
{
font-size
:
1em
;
}
#title
{
justify-content
:
space-around
;
font-size
:
0.7em
;
font-size
:
1.2em
;
}
section
p
{
font-size
:
0.8em
;
}
}
...
...
rss/projets.xml
View file @
b88795be
...
...
@@ -3,21 +3,9 @@
<channel>
<title>
l3m website - projets
</title>
<description>
Site perso de Corentin Bettiol.
</description>
<lastBuildDate>
19/03
/2019 à
21:32
</lastBuildDate>
<lastBuildDate>
03/04
/2019 à
18:23
</lastBuildDate>
<link>
https://l3m.in
</link><item>
<title>
assb
</title>
<description>
assb = another static site builder
</description>
<link>
https://l3m.in/assb-2
</link>
</item><item>
<title>
L'ancienne version
</title>
<description>
Pas de description.
</description>
<link>
https://l3m.in/old-l3m-in
</link>
</item><item>
<title>
AutoRPG
</title>
<description>
Pas de description.
</description>
<link>
https://l3m.in/autorpg
</link>
</item><item>
<title>
l3m website
</title>
<description>
Pas de description.
</description>
<link>
https://l3m.in/l3m-website
</link>
<title>
dede
</title>
<description>
aaa
</description>
<link>
https://l3m.in/dede
</link>
</item></channel></rss>
\ No newline at end of file
site/view/public/blogPostView.php
View file @
b88795be
...
...
@@ -24,7 +24,7 @@
<section>
<p>
<?php
if
(
$pageName
[
1
]
==
"
blog
"
)
if
(
isset
(
$_GET
[
'action'
])
&&
$_GET
[
'action'
]
==
'
blog
'
)
echo
htmlspecialchars_decode
(
$blogpost
[
'content'
]);
else
echo
nl2br
(
$blogpost
[
'shortContent'
]);
...
...
site/view/public/changelog.php
View file @
b88795be
<article>
<h3><a
href=
""
>
03/04/19
</a>
- "release"
</h3>
<ul>
<li>
Correction de l'affichage de la description de l'article ou de son contenu selon que l'on est sur la liste des articles/tags ou sur la page de l'article
</li>
<li>
Affichage du texte un peu plus petit pour les petits écrans (
<
1500
px
de
large
)</
li
>
</ul>
</article>
<article>
<h3><a
href=
"https://git.bitmycode.com/sodimel/l3m-website/commit/89a7796a6abd813c07b44c2273cd2f91e0299a4c"
>
21/03/19
</a></h3>
<ul>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment