git ssb

0+

Rômulo Alves / website



Commit b8a0d025a63add546cd0072b27e8b6e048be36ce

Removes blog and changes dat address

Rômulo Alves committed on 4/6/2018, 11:03:47 PM
Parent: 4e9e8cdfc5a235ec6c5b9deefbe14a9c72a82b82

Files changed

src/.well-known/datchanged
src/css/index.csschanged
src/index.htmlchanged
now.jsondeleted
src/.well-known/datView
@@ -1,2 +1,2 @@
1-dat://9ba7b514e60ccde8663838c6c488495fbd231d58a6e4e99f8780fabf79c5b3b1/
1 +dat://3a5bcdd12e0c7af0e9d5971655b6204e57544c45ab259925595861b514f96904/
22 TTL=3600
src/css/index.cssView
@@ -74,11 +74,10 @@
7474 }
7575 nav ul li {
7676 float: left;
7777 list-style-type: none;
78- margin: 0 30px;
7978 text-align: center;
80- width: 60px;
79 + width: 33.33%;
8180 }
8281
8382 @media (max-width: 768px) {
8483 .container {
@@ -89,11 +88,8 @@
8988 @media (max-width: 500px) {
9089 nav {
9190 width: 300px
9291 }
93- nav ul li {
94- margin: 0 10px;
95- }
9692 }
9793
9894 @media (max-width: 375px) {
9995 .container {
@@ -105,10 +101,5 @@
105101 @media (max-width: 300px) {
106102 nav {
107103 width: auto
108104 }
109- nav ul li {
110- margin: 0 10px;
111- margin: 15px 0;
112- width: 100%;
113- }
114-}
105 +}
src/index.htmlView
@@ -31,13 +31,8 @@
3131 <a href="mailto:me@romuloalv.es" title="e-mail" target="_blank">
3232 E-mail
3333 </a>
3434 </li>
35- <li class="no-margin-right">
36- <a href="https://medium.com/@romuloalves" title="blog" target="_blank">
37- Blog
38- </a>
39- </li>
4035 </ul>
4136 </nav>
4237 <section>
4338 <div class="container">
@@ -53,5 +48,5 @@
5348 </ul>
5449 </div>
5550 </section>
5651 </body>
57-</html>
52 +</html>
now.jsonView
@@ -1,10 +1,0 @@
1-{
2- "name": "romuloalves",
3- "alias": [
4- "romuloalv.es",
5- "www.romuloalv.es"
6- ],
7- "env": {
8- "NODE_ENV": "production"
9- }
10-}

Built with git-ssb-web