Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
raedev20 authored Sep 20, 2024
0 parents commit 783418c
Show file tree
Hide file tree
Showing 30 changed files with 1,169 additions and 0 deletions.
Binary file added ING_160x600/160x600-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_160x600/backside-folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_160x600/cover-text-folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_160x600/debora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
278 changes: 278 additions & 0 deletions ING_160x600/index.html

Large diffs are not rendered by default.

Binary file added ING_160x600/ingrezza-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_160x600/neurocrine-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x250/160x600-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x250/backside-folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x250/cover-text-folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x250/debora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
277 changes: 277 additions & 0 deletions ING_300x250/index.html

Large diffs are not rendered by default.

Binary file added ING_300x250/ingrezza-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x250/neurocrine-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x600/160x600-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x600/backside-folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x600/cover-text-folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x600/debora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
277 changes: 277 additions & 0 deletions ING_300x600/index.html

Large diffs are not rendered by default.

Binary file added ING_300x600/ingrezza-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_300x600/neurocrine-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_728x90/728x90_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_728x90/back-folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_728x90/debora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_728x90/front-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
271 changes: 271 additions & 0 deletions ING_728x90/index.html

Large diffs are not rendered by default.

Binary file added ING_728x90/ingrezza-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ING_728x90/neurocrine-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;700&display=swap" rel="stylesheet">
<title>Ingrezza Patient Cases</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
</head>

<body>
<div class="main-wrapper">
<h1>INGREZZA<br>Patient Cases Banners</h1>
<div class="button-wrapper">
<a class="size-buttons" target="_blank" href="./ING_160x600/index.html">160x600</a>
<a class="size-buttons" target="_blank" href="./ING_300x250/index.html">300x250</a>
<a class="size-buttons" target="_blank" href="./ING_300x600/index.html">300x600</a>
<a class="size-buttons" target="_blank" href="./ING_728x90/index.html">728x90</a>
</div>

</div>
</body>
</html>
42 changes: 42 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
body {
background: linear-gradient(270deg, #FF6B00 0%, #D50054 100%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
max-width: 1440px;
gap: 20px;
margin: 0 auto;
}

.main-wrapper h1 {
color: white;
font-family: "Poppins", sans-serif;
font-weight: 700;
text-align: center;
}
.button-wrapper {
display: flex;
flex-direction: row;
gap: 20px;
}
.size-buttons {
font-family: "Poppins", sans-serif;
font-weight: 400;
display: flex;
align-items: center;
justify-content: center;
padding: 16px 24px;
background-color: white;
border-radius: 16px;
color: rgb(213, 0, 84);
cursor: pointer;
text-decoration: none;
}

.size-buttons:hover {
background-color: rgb(213, 0, 84);
color: white;
}

0 comments on commit 783418c

Please sign in to comment.