Skip to content

Commit

Permalink
fix: add csp base-uri
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel committed Oct 24, 2020
1 parent a5e4411 commit a3bbb9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta http-equiv="Content-Security-Policy" content="base-uri 'self' firebasehostingproxy.page.link">
<title>Sinan Bolel | Full Stack Software Engineer</title>
<style>body,html{height:100%;height:100vh;position:relative;background-color:#00afcb;color:#fff}body{margin:0;padding:0;font-family:--apple-system,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;z-index:-1}.hero-cover{z-index:0;background-color:#2f526e;height:35%;height:35vh;box-shadow:#f5f5f5 0 1rem 10rem 1rem;width:100%;position:absolute;top:0}.hero-container{position:relative;top:15vh;height:30rem;width:100%}.hero-container>p{color:#bdbdbd;font-size:1.125rem;top:-1.5rem;width:15.33rem;margin:1rem 0 1rem .33rem}.connections{position:relative;z-index:1}.connections>a{margin:0}.subtitle,.title{text-shadow:0 .05rem .1rem #192b3a;color:#fafafa;padding:0;vertical-align:bottom;width:100%}.title{font-size:3rem;line-height:3rem;margin:0;font-weight:300}.subtitle{font-size:1.5rem;line-height:1.5rem;font-weight:100;margin:0;color:#e4f4fe}.logo{box-shadow:0 .0625rem 1rem #192b3a;vertical-align:middle;height:13rem;width:13rem;border-radius:50%;border:8px outset #eee;padding:0;margin:0 0 1rem}</style>
<meta name="description" content="Sinan is a web systems engineer and full-stack developer who specializes in enterprise web applications.">
Expand Down

0 comments on commit a3bbb9c

Please sign in to comment.