Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ertuil/erblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLutong Chen <me@ertuil.top>2019-11-30 15:38:07 +0300
committerLutong Chen <me@ertuil.top>2019-11-30 15:38:07 +0300
commit7ceb07b7baa34f9d92926f8bc5c7ad15b57d5187 (patch)
tree7205516d8a256b7e48eaaae94cec22e7f8a97bcd /static
parent866e521f16365c98d5e069697fa34824a15de7db (diff)
index and 404
Diffstat (limited to 'static')
-rw-r--r--static/self/css/default.css93
-rw-r--r--static/self/img/avater.jpgbin0 -> 4970 bytes
2 files changed, 93 insertions, 0 deletions
diff --git a/static/self/css/default.css b/static/self/css/default.css
new file mode 100644
index 0000000..13f4bff
--- /dev/null
+++ b/static/self/css/default.css
@@ -0,0 +1,93 @@
+/* index */
+
+.about {
+ margin-top: 40px;
+ width: 100%;
+ height: 600px;
+ margin-bottom: 20px;
+}
+
+.about_left {
+ margin-top: 40px;
+ text-align: center;
+ padding: 30px 10px;
+ position: relative;
+}
+
+.about_portrait {
+ width: 200px;
+ height: 200px;
+ margin: 20px auto;
+ border-radius: 50%;
+ object-fit: cover;
+}
+
+.about_left > h1 {
+ font-weight: 600;
+ font-size: 3rem;
+ letter-spacing: -0.25px;
+ line-height: 1.125;
+ color: #022144;
+ margin-bottom: 30px;
+}
+
+.about_left > h2 {
+ margin-left: 10%;
+ width: 80%;
+ font-weight: 400;
+ letter-spacing: -0.5px;
+ line-height: 1.25;
+ color: #697A89;
+}
+
+.about_right {
+ padding: 30px 10px;
+ position: relative;
+}
+
+.about_right > h1 {
+ font-weight: 600;
+ font-size: 3rem;
+ letter-spacing: -0.25px;
+ line-height: 1.125;
+ color: #022144;
+ margin-bottom: 30px;
+}
+
+.about_right > h2 {
+ font-weight: 400;
+ letter-spacing: -0.5px;
+ line-height: 1.25;
+}
+
+/* 404.html */
+.intro {
+ text-align: center;
+ margin-top: 20%;
+ margin-bottom: 20%;
+}
+
+.intro > h1 {
+ font-weight: 600;
+ font-size: 4rem;
+ letter-spacing: -0.25px;
+ line-height: 1.125;
+ color: #022144;
+ margin-bottom: 20px;
+}
+
+.intro > h2 {
+ font-weight: 400;
+ letter-spacing: -0.5px;
+ line-height: 1.25;
+ color: #697A89;
+}
+
+/* Footer */
+footer {
+ text-align: center;
+ border-bottom: var(--border-width) solid var(--accent);
+ font-family: 'TT Commons',Arial,Helvetica,sans-serif;
+ font-size: 1.0625rem;
+ color: #697A89;
+} \ No newline at end of file
diff --git a/static/self/img/avater.jpg b/static/self/img/avater.jpg
new file mode 100644
index 0000000..a5bbd61
--- /dev/null
+++ b/static/self/img/avater.jpg
Binary files differ