]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
re-style to use times
authorBen Beltran <redacted>
Mon, 2 Jul 2018 20:51:26 +0000 (15:51 -0500)
committerBen Beltran <redacted>
Mon, 2 Jul 2018 20:51:26 +0000 (15:51 -0500)
jekyll/_layouts/default.html
jekyll/css/application.css
jekyll/guestbook.html
jekyll/index.html
jekyll/js/unlimited_pizza/pepperoni.js

index c411f9a560d5b7fd773eff3e555f4b987d40d3bd..e4dd10c937b9385ef6a7068ccee2047c9f3f189f 100644 (file)
@@ -6,7 +6,6 @@
     <meta charset="utf-8" />
     <meta name="author" content="Rubén Beltrán del Río" />
     <meta name="description" content="{{ page.description }}" />
     <meta charset="utf-8" />
     <meta name="author" content="Rubén Beltrán del Río" />
     <meta name="description" content="{{ page.description }}" />
-    <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" type="text/css" href="/css/application.css" />
     <title>Unlimited &#127829; {{ page.title }}</title>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
     <link rel="stylesheet" type="text/css" href="/css/application.css" />
     <title>Unlimited &#127829; {{ page.title }}</title>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
@@ -53,9 +52,9 @@
     </script>
 </head>
   <body>
     </script>
 </head>
   <body>
-    <header>
-      <a class="logo" href="/"><span>N, S o Vocal</span></a>
-    </header>
+    <h1>
+      <a class="logo" href="/">Unlimited 🍕  Pizza</a>
+    </h1>
     <div class="main-container">
       <section>
         {{ content }}
     <div class="main-container">
       <section>
         {{ content }}
index ce03fd5af6753166e1a968870cce11402392b30b..f5cee8016fc37deb58f942d0bb494c0e5c478601 100644 (file)
@@ -1,17 +1,18 @@
 body {
 body {
-  background-color: #fff;
-  font-family: 'VT323', monospace;
+  background-color: white;
+  font-family: times, 'Times New Roman', serif;
+  font-smooth: never;
+  -webkit-font-smoothing: none;
 }
 }
-a.logo {
-  display: block;
-  margin: 20px;
-  background-size: 100% 100%;
-  height: 80px;
-  width: 720px;
-  background-image: url(/img/unlimited-pizza-animated-logo.gif);
+
+h1 a {
+  color: black;
+}
+
+h1 a:visited {
+  color: black;
 }
 
 }
 
-a.logo span {display:none}
 em {color:#99a3a4}
 
 .main-container {
 em {color:#99a3a4}
 
 .main-container {
@@ -21,31 +22,32 @@ em {color:#99a3a4}
 h1,
 h2,
 h3 {
 h1,
 h2,
 h3 {
-  text-transform: uppercase;
   font-weight: 300;
 }
 
   font-weight: 300;
 }
 
-h1{
-  font-size: 72px;
-  line-height: 81px;
+h1 {
+  font-size: 3.33em;
+}
+
+h2 {
+  font-size: 1.61em;
 }
 
 a {
 }
 
 a {
-  color: #00dddd;
+  color: blue;
 }
 
 }
 
-.content {
-  margin: 20px;
-  font-size: 24px;
+a:visited {
+  color: purple;
 }
 
 ul {
   list-style: square;
 }
 
 }
 
 ul {
   list-style: square;
 }
 
-.main-container section,
-.main-container aside{ text-align: left}
-
+li {
+  line-height: 1.82em;
+}
 
 /* Guestbook */
 .guestbook-feed, .guestbook-form ul {
 
 /* Guestbook */
 .guestbook-feed, .guestbook-form ul {
@@ -54,32 +56,15 @@ ul {
 
 .guestbook-form li {
   display: block;
 
 .guestbook-form li {
   display: block;
+  max-width: 28em;
 }
 
 .guestbook-form .guestbook-label {
 }
 
 .guestbook-form .guestbook-label {
-  width: 8.571em;
-  float: left;
-  text-align: right;
-  padding: 0.5em  1.071em;
   text-transform: uppercase;
   text-transform: uppercase;
-}
-
-.guestbook-form .guestbook-control {
-  float: left;
-}
-
-.guestbook-form .guestbook-control-group {
-  clear: both;
-}
-
-.guestbook-form .comment-control {
-  width: 42.857em;
-  height: 10em;
-}
-
-.guestbook-content, .guestbook-form {
-  clear: both;
-  padding: 2.142em 0;
+  text-align: center;
+  max-width: 28em;
+  width: 100%;
+  text-style: italic;
 }
 
 .guestbook-feed .guestbook-post {
 }
 
 .guestbook-feed .guestbook-post {
@@ -88,104 +73,85 @@ ul {
   padding: 1.071em;
 }
 
   padding: 1.071em;
 }
 
-.guestbook-post .author {
-  font-weight: bold;
-}
-
 /*
  * The Recorder CSS
  */
 /*
  * The Recorder CSS
  */
-.pepperoni-widget {
-  justify-content: space-between;
-  display: flex;
-}
 
 
+.pepperoni-widget .record-clear,
 .pepperoni-widget .record-button {
 .pepperoni-widget .record-button {
-  display: flex;
-  font-size: 1.538461em;
-  padding: 15px 20px 30px;
-  margin: 1em;
-  height: 1em;
-  background-color: #f1f1f1;
+  margin: 1em 0;
+  padding: 1em 0;
+  background-color: blue;
+  color: white;
   cursor: pointer;
   transition: background-color 0.2s ease, color 0.2s ease;
   cursor: pointer;
   transition: background-color 0.2s ease, color 0.2s ease;
-}
-
-.record-info {
-  margin: 1em 0;
+  display: block;
+  text-align: center;
 }
 
 .pepperoni-widget .record-button.recording {
 }
 
 .pepperoni-widget .record-button.recording {
-  background-color: #ff00ff;
+  background-color: magenta;
   color: white;
   color: white;
-  padding: 20px 25px 25px 15px
 }
 
 }
 
+.guestbook-submit:hover,
+.pepperoni-widget .record-clear:hover,
 .pepperoni-widget .record-button:hover {
 .pepperoni-widget .record-button:hover {
-  text-decoration: none;
-  background-color: #fafafa;
-}
-
-.pepperoni-widget .record-button.recording:hover {
-  background-color: #ff00ff;
-  color: #f1f1f1;
-}
-
-.pepperoni-widget .record-progress {
-  justify-content: space-between;
-  display: flex;
-  margin: 0.5em 0.76em;
+  background-color: red;
 }
 
 .record-progress-bar-container {
   background-color: #f1f1f1;
 }
 
 .record-progress-bar-container {
   background-color: #f1f1f1;
-  height: 2em;
-  width: 15.385em;
-  margin-right: 0.76em;
+  height: 4em;
 }
 
 .record-progress-bar {
 }
 
 .record-progress-bar {
-  height: 2em;
-  background-color: #d30058;
+  height: 4em;
+  background-color: cyan;
   width: 0;
 }
 
   width: 0;
 }
 
-.record-clear {
-  margin-top: 0.1em;
-  text-transform: uppercase;
-  font-size: 1em;
-  width: 4em;
-  cursor: pointer;
-}
-
 .record-clear:hover {
   text-decoration: none;
 }
 
 .record-preview {
 .record-clear:hover {
   text-decoration: none;
 }
 
 .record-preview {
-  margin: 0.76em;
-  width: 15.385em;
-  height: 2em;
+  max-width: 28em;
+  width: 100%;
+  height: 4em;
+  display: block;
+}
+
+.guestbook-control input {
+  width: 100%;
+  font-family: times, 'Times New Roman', serif;
 }
 
 .guestbook-submit {
 }
 
 .guestbook-submit {
-  border-radius: 0;
+  background-color: magenta;
+  color: white;
+  display: block;
+  height: 4em;
+  font-size: 1em;
+  max-width: 28em;
+  padding: 0;
   border: 0;
   border: 0;
-  background-color: #ff00ff;
-  font-family: 'VT323', monospace;
-  font-size: 24px;
-  color: #fff;
-  padding: 10px;
-  margin-left: 15px;
+  cursor: pointer;
 }
 
 }
 
-.filter-switches label {
-  display: inline;
-  margin-right: 2em;
+.name-control {
+  max-width: 27.5em;
+  padding: 0.2em;
+  font-size: 1em;
+  display: block;
 }
 
 }
 
-.guestbook-control input {
-  font-family: 'VT323', monospace;
-  padding: 10px;
-  font-size: 24px;
+.filter-switches {
+  padding: 1em 0;
+}
+
+.filter-switches input {
+  display: inline;
+  width: auto;
+  margin-left: 1em;
 }
 }
index 69cbd3f54184a7f227cf5dc2b6c2e8829de382af..1d67a02aff066ee8d1404de5a16a39fe2cdb73ee 100644 (file)
@@ -5,8 +5,8 @@ description: "Audio Guestbook"
 ---
 
 <div class="content">
 ---
 
 <div class="content">
+  <h2>Audio Guestbook</h2>
   <div class="guestbook-form">
   <div class="guestbook-form">
-    <h1>Audio Guestbook</h1>
     <p>
     Record, change effects, leave a nice message, give yourself memos for the
     future, hide riddles, broadcast spells.
     <p>
     Record, change effects, leave a nice message, give yourself memos for the
     future, hide riddles, broadcast spells.
@@ -14,7 +14,7 @@ description: "Audio Guestbook"
     <form method="post">
       <ul>
           <div class="guestbook-control-group">
     <form method="post">
       <ul>
           <div class="guestbook-control-group">
-            <li class="guestbook-label"><label for="name-control">Nombre / Name</label></li>
+            <li class="guestbook-label"><label for="name-control">Name</label></li>
             <li class="guestbook-control"><input name="name" class="name-control" id="name-control" /></li>
           </div>
           <div class="guestbook-control-group">
             <li class="guestbook-control"><input name="name" class="name-control" id="name-control" /></li>
           </div>
           <div class="guestbook-control-group">
@@ -28,7 +28,7 @@ description: "Audio Guestbook"
   </div>
   <p><a href="/index.html">Back to /index.html</a>
   <div class="guestbook-content">
   </div>
   <p><a href="/index.html">Back to /index.html</a>
   <div class="guestbook-content">
-    <h1>CLIPS</h1>
+    <h2>Clips</h2>
     <ul class="guestbook-feed">
     </ul>
   </div>
     <ul class="guestbook-feed">
     </ul>
   </div>
index 8912a7fa073ca48476d7259acf9dc5b3e66bcf48..8da8a45bef40cdc21c9d0aefe8397f1b5b3f873c 100644 (file)
@@ -4,7 +4,7 @@ title: /index.html
 description: "unlimited.pizza - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza"
 ---
 <div class="content">
 description: "unlimited.pizza - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza"
 ---
 <div class="content">
-  <h1> Projects</h1>
+  <h2> Projects</h2>
 
   <ul>
     <li>
 
   <ul>
     <li>
@@ -61,7 +61,7 @@ description: "unlimited.pizza - ruben beltran del río surfs the internet: progr
     </li>
   </ul>
 
     </li>
   </ul>
 
-  <h1>Even more stuff.</h1>
+  <h2>Even more stuff.</h2>
 
   <p><img src="/img/selfie.gif" alt="An image of @pigeonfolk."/></p>
 
 
   <p><img src="/img/selfie.gif" alt="An image of @pigeonfolk."/></p>
 
index c20f285e8ba85bf1bbf45ffa5898a973e4432a2d..12dca9dd007cd1a245342c28452248a4d9c7b587 100644 (file)
@@ -2,13 +2,13 @@
 
 Class(UnlimitedPizza, "Pepperoni").inherits(Widget)({
   INNER_HTML : ' \
 
 Class(UnlimitedPizza, "Pepperoni").inherits(Widget)({
   INNER_HTML : ' \
-<a class="record-button">&#11044</a> \
+<a class="record-button">Record.</a> \
 <div class="record-info"> \
   <div class="record-progress"> \
     <div class="record-progress-bar-container"> \
       <div class="record-progress-bar"></div> \
     </div> \
 <div class="record-info"> \
   <div class="record-progress"> \
     <div class="record-progress-bar-container"> \
       <div class="record-progress-bar"></div> \
     </div> \
-    <a class="record-clear">X</a> \
+    <a class="record-clear">Clear recording.</a> \
   </div> \
   <audio class="record-preview" controls></audio> \
   <div class="filter-switches"> \
   </div> \
   <audio class="record-preview" controls></audio> \
   <div class="filter-switches"> \
@@ -20,8 +20,8 @@ Class(UnlimitedPizza, "Pepperoni").inherits(Widget)({
   </div> \
 </div> \
   ',
   </div> \
 </div> \
   ',
-  PAUSE : '&#9616;&#9616;',
-  RECORD : '&#11044;',
+  PAUSE : 'Pause.',
+  RECORD : 'Record.',
   prototype : {
     maxSize : 1048576,
     recording : false,
   prototype : {
     maxSize : 1048576,
     recording : false,