User Profile Card

John

Blu.Cryptid

Illustrator and Animator

University

With partial studies in animation and ,, I have worked on numerous bla bla bla

Portafolios

If i can have the card on the left and the img hyperlinks on the right that would be neat.

header code

(stays at the top but shrinks plus doesn´t actually have it´s own space above the screen)

div.header {
  position: fixed;
  top: 0;
  border-radius: 6px;
  margin-top: 0px;
  background-color: background
}

About

character design

backgrounds

illustration

animation reel

Illustration Portafolio

This is very interesting text. ¨Wow, how interested am I!¨ (Said the interested one) jdfjd

line 2

About

THIS TEXT BREAKS THE BANNER

<div><p>
<head>
<meta name="whyy" content="width=device-width, initial-scale=1">
<style>
.container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.container img {
  width: 100%;
  height: auto;
}

.container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .btn:hover {
  background-color: black;
}
</style>
</head>
<body>

<h2>Button on Image</h2>
<p>Add a button to an image:</p>

<div class="container">
  <img src="img_snow.jpg" alt="Snow" style="width:100%">
  <button class="btn">Button</button>
</div>

</body>
</p></div>

FUNCTIONAL BUTTON

<a href="default.asp" target="_blank">This is a link</a>

Animated search form: (btw this breaks the site)