Update certificate template (latest design)
Browse files
certificate_template.html
CHANGED
|
@@ -54,7 +54,8 @@ body{width:2000px;height:1414px;overflow:hidden;}
|
|
| 54 |
/* ---- lockup ---- */
|
| 55 |
.lockup{display:flex;align-items:center;justify-content:center;gap:34px;margin-top:30px;}
|
| 56 |
.lockup img{height:48px;display:block;}
|
| 57 |
-
.lockup .hf-
|
|
|
|
| 58 |
.lockup .cross{font-family:var(--font-mono);font-size:30px;color:var(--ink-faint);font-weight:400;}
|
| 59 |
.hf-mark{display:inline-flex;align-items:center;gap:16px;}
|
| 60 |
|
|
@@ -103,7 +104,7 @@ body{width:2000px;height:1414px;overflow:hidden;}
|
|
| 103 |
.seal{width:152px;height:152px;position:relative;transform:rotate(-7deg);}
|
| 104 |
|
| 105 |
/* ---- sponsors ---- */
|
| 106 |
-
.sponsors{margin-top:24px;padding-top:22px;border-top:2px dashed var(--line);}
|
| 107 |
.sponsors__t{font-family:var(--font-mono);font-size:15px;letter-spacing:.24em;text-transform:uppercase;
|
| 108 |
color:var(--ink-faint);margin-bottom:18px;}
|
| 109 |
.sponsors__l{font-weight:800;font-stretch:108%;font-size:31px;color:var(--ink);letter-spacing:-.005em;}
|
|
|
|
| 54 |
/* ---- lockup ---- */
|
| 55 |
.lockup{display:flex;align-items:center;justify-content:center;gap:34px;margin-top:30px;}
|
| 56 |
.lockup img{height:48px;display:block;}
|
| 57 |
+
.lockup .hf-mark img{height:42px;}
|
| 58 |
+
.lockup .hf-wm{font-weight:800;font-stretch:106%;font-size:28px;letter-spacing:-.01em;color:var(--ink);}
|
| 59 |
.lockup .cross{font-family:var(--font-mono);font-size:30px;color:var(--ink-faint);font-weight:400;}
|
| 60 |
.hf-mark{display:inline-flex;align-items:center;gap:16px;}
|
| 61 |
|
|
|
|
| 104 |
.seal{width:152px;height:152px;position:relative;transform:rotate(-7deg);}
|
| 105 |
|
| 106 |
/* ---- sponsors ---- */
|
| 107 |
+
.sponsors{margin-top:24px;margin-bottom:38px;padding-top:22px;border-top:2px dashed var(--line);}
|
| 108 |
.sponsors__t{font-family:var(--font-mono);font-size:15px;letter-spacing:.24em;text-transform:uppercase;
|
| 109 |
color:var(--ink-faint);margin-bottom:18px;}
|
| 110 |
.sponsors__l{font-weight:800;font-stretch:108%;font-size:31px;color:var(--ink);letter-spacing:-.005em;}
|