diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-02-19 12:42:49 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-02-19 12:42:49 +0100 |
| commit | 32596202d78a0550abdaa41349d86bf44287c7b9 (patch) | |
| tree | 99e776804c99c93d6e13294bd9bdd664f1d86524 | |
| parent | 971cebd642b290a9b3524b1f407199cb7daaca02 (diff) | |
Remove phone number from CV
| -rw-r--r-- | assets/scss/print/_header.scss | 1 | ||||
| -rw-r--r-- | assets/scss/web/_header.scss | 1 | ||||
| -rw-r--r-- | data/home/index.yaml | 1 | ||||
| -rw-r--r-- | layouts/partials/home/header.html | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/assets/scss/print/_header.scss b/assets/scss/print/_header.scss index ac63fdb..d8c7bee 100644 --- a/assets/scss/print/_header.scss +++ b/assets/scss/print/_header.scss @@ -4,7 +4,6 @@ font-size: 24pt; } -.header__tel, .header__website, .header__email, .header__srht, diff --git a/assets/scss/web/_header.scss b/assets/scss/web/_header.scss index 6de805a..5ebbd86 100644 --- a/assets/scss/web/_header.scss +++ b/assets/scss/web/_header.scss @@ -31,7 +31,6 @@ margin-bottom: 1rem; } -.header__tel, .header__website { display: none; } diff --git a/data/home/index.yaml b/data/home/index.yaml index 8af5213..f62b485 100644 --- a/data/home/index.yaml +++ b/data/home/index.yaml @@ -2,7 +2,6 @@ Meta: Name: Ahmed AbdelHalim Title: Platform Engineer ยท DevOps Location: Berlin, Germany - Phone: +49 177 912 6386 Email: [email protected] Srht: https://git.sr.ht/~a14m Github: https://github.com/a14m diff --git a/layouts/partials/home/header.html b/layouts/partials/home/header.html index 0615f69..e5cc6fe 100644 --- a/layouts/partials/home/header.html +++ b/layouts/partials/home/header.html @@ -3,7 +3,6 @@ <em class="header__job-title">{{ .Title }}</em> <address class="header__contact-info"> <div class="header__location">{{ .Location }}</div> - <div class="header__tel"><a href="tel:{{ .Phone }}">{{ .Phone }}</a></div> <div class="header__email"><a href="mailto:{{ .Email }}">{{ .Email }}</a></div> <div class="header__website"><a href="{{ .Site.BaseURL }}">website</a></div> <div class="header__srht"><a href="{{ .Srht }}">sr.ht</a></div> |
