Skip to content

Commit

Permalink
Create responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network committed Jul 5, 2022
1 parent 8da81a3 commit e6a3a44
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I'm Clint ⚡️ | I mainly build stuff on the internet.</title>
<meta name="title" content="I'm Clint ⚡️ | I mainly build stuff on the internet.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>I'm Clint ⚡️ I mainly build stuff on the internet.</title>
<meta name="title" content="I'm Clint ⚡️ I mainly build stuff on the internet.">
<meta name="description" content="I mainly build stuff on the internet, also HypeProxy.io & Parasol.Finance CEO | PGP: C91F039C | clint21.eth | clint.sol">
<meta property="og:type" content="website">
<meta property="og:url" content="https://clint21.eth">
<meta property="og:title" content="I'm Clint ⚡️ | I mainly build stuff on the internet.">
<meta property="og:title" content="I'm Clint ⚡️ I mainly build stuff on the internet.">
<meta property="og:description" content="I mainly build stuff on the internet, also HypeProxy.io & Parasol.Finance CEO | PGP: C91F039C | clint21.eth | clint.sol">
<meta property="og:image" content="https://raw.githubusercontent.com/clintnetwork/clint21.eth/master/preview.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://clint21.eth">
<meta property="twitter:title" content="I'm Clint ⚡️ | I mainly build stuff on the internet.">
<meta property="twitter:title" content="I'm Clint ⚡️ I mainly build stuff on the internet.">
<meta property="twitter:description" content="I mainly build stuff on the internet, also HypeProxy.io & Parasol.Finance CEO | PGP: C91F039C | clint21.eth | clint.sol">
<meta property="twitter:image" content="https://raw.githubusercontent.com/clintnetwork/clint21.eth/master/preview.jpg">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/clintnetwork/clint21.eth/master/clint.png" />
<link rel="stylesheet" href="style.css" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="relative- flex min-h-screen bg-gradient-to-r from-blue-300 to-teal-200 flex-col justify-center">
<div class="relative mx-auto w-[500px] bg-white px-8 py-10 outline outline-[21px] outline-[#ffffff9c] rounded-[21px]">
<div class="sm:flex sm:justify-center min-h-screen sm:bg-gradient-to-r sm:from-blue-300 sm:to-teal-200 flex-col">
<div class="relative mx-auto sm:w-[500px] bg-white px-8 py-10 sm:outline outline-[21px] sm:outline-[#ffffff9c] sm:rounded-[21px]">
<h1 class="flex gap-x-2 items-center text-3xl mb-3 font-semibold">
<img src="https://www.gravatar.com/avatar/cc9032759e9f56f25bf395a341b6386e" class="rounded-full h-8 ring-ring-blue-200" class="avatar" />
I'm Clint ⚡️
<div class="ml-1 text-gray-300">clint21.eth</span>
<div class="ml-1 hidden sm:block text-gray-300">clint21.eth</span>
</h1>
<p class="text-lg text-gray-600">
I mainly build stuff on the internet.
Expand Down Expand Up @@ -74,7 +74,7 @@ <h1 class="flex gap-x-2 items-center text-3xl mb-3 font-semibold">
</ul>
<p>Now that we know each other a bit better, here is my address, if you want to tips me or PM me via <a href="https://chat.blockscan.com/index">Blockscan</a>.</p>
<p class="flex text-sm- items-center gap-x-3 font-semibold">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6" viewBox="0 0 784.37 1277.39">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 784.37 1277.39">
<g>
<polygon fill="#343434" fill-rule="nonzero" points="392.07,0 383.5,29.11 383.5,873.74 392.07,882.29 784.13,650.54 " />
<polygon fill="#8C8C8C" fill-rule="nonzero" points="392.07,0 -0,650.54 392.07,882.29 392.07,472.33 " />
Expand All @@ -84,7 +84,7 @@ <h1 class="flex gap-x-2 items-center text-3xl mb-3 font-semibold">
<polygon fill="#393939" fill-rule="nonzero" points="0,650.54 392.07,882.29 392.07,472.33 " />
</g>
</svg>
<a href="https://etherscan.io/address/0x8cc0849d1e25e5094d2ff6e92b7c7ca3ecadfaf8" class="text-sky-500 hover:text-sky-600">
<a href="https://etherscan.io/address/0x8cc0849d1e25e5094d2ff6e92b7c7ca3ecadfaf8" class="text-sky-500 truncate hover:text-sky-600">
0x8cc0849d1e25e5094d2ff6e92b7c7ca3ecadfaf8
</a>
</p>
Expand Down

1 comment on commit e6a3a44

@vercel
Copy link

@vercel vercel bot commented on e6a3a44 Jul 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.