From 6ace15d62630e1518343f8adfcb48fd0e36a8f5e Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 15 Mar 2021 23:22:03 +0100 Subject: [PATCH] Remove social media icons from about page --- pages/about.tsx | 53 +------------------------------------------------ 1 file changed, 1 insertion(+), 52 deletions(-) diff --git a/pages/about.tsx b/pages/about.tsx index ea78afb..ae1471a 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -3,7 +3,6 @@ import { DarkModeContext } from '../components/DarkMode'; import Head from 'next/head'; import styled from 'styled-components'; import Image from 'next/image'; -import IconButton from '../components/IconButton'; const Wrapper = styled.div<{ dark: boolean }>` padding: 1rem 0rem; @@ -46,19 +45,6 @@ const Wrapper = styled.div<{ dark: boolean }>` } .contact { - display: grid; - grid-template-columns: repeat(auto-fill, 36px); - column-gap: 1rem; - align-items: center; - justify-content: flex-start; - - * { - user-select: none; - } - - @media (max-width: 768px) { - column-gap: 0.5rem; - } } `; @@ -104,44 +90,7 @@ const About: FC = () => {

Contact Me

-
- window.open('mailto:me@hazemkrimi.tech', '_blank')} - /> - window.open('https://github.com/hazemKrimi', '_blank')} - /> - window.open('https://twitter.com/HazemKrimi', '_blank')} - /> - window.open('https://linkedin.com/in/hazemkrimi', '_blank')} - /> - window.open('https://codepen.io/hazemkrimi', '_blank')} - /> - window.open('https://dribbble.com/HazemKrimi', '_blank')} - /> -
+