Last active
February 24, 2021 11:55
-
-
Save KrishBaidya/4249b7f097c9577386a6af8c550b8304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> | |
<title>Home - Krish Baidya</title> | |
<meta name="theme-color" content="rgb(254,209,54)"> | |
<meta property="og:type" content="website"> | |
<meta name="twitter:card" content="summary"> | |
<meta name="twitter:description" content="A website for my projects and games"> | |
<meta name="description" content="All my projects and games in one place. All my social media links. Cube Runner and other projects."> | |
<meta name="twitter:title" content="KrishBaidya.me"> | |
<meta name="twitter:image" content="assets/img/Black,%20White%20and%20Pink%20Cube%20Kyobi%20Games%20Logo%20128.png?h=f223c4649a802205bc32f748cca3c4ad"> | |
<meta property="og:image" content=""> | |
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Black,%20White%20and%20Pink%20Cube%20Kyobi%20Games%20Logo%20128.png?h=f223c4649a802205bc32f748cca3c4ad"> | |
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Black,%20White%20and%20Pink%20Cube%20Kyobi%20Games%20Logo%20128.png?h=f223c4649a802205bc32f748cca3c4ad"> | |
<link rel="icon" type="image/png" sizes="128x128" href="assets/img/Black,%20White%20and%20Pink%20Cube%20Kyobi%20Games%20Logo%20128.png?h=f223c4649a802205bc32f748cca3c4ad"> | |
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=2539f910329c2bfe635bddc33bb1e82b"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kaushan+Script"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700"> | |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css"> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | |
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css?h=9db842b3dc3336737559eb4abc0f1b3d"> | |
<!-- Global site tag (gtag.js) - Google Analytics --> | |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F1JW4NGLE0"></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} | |
gtag('js', new Date()); | |
gtag('config', 'G-F1JW4NGLE0'); | |
</script> | |
</head> | |
<body id="page-top"> | |
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-dark" id="mainNav"> | |
<div class="container"><a class="navbar-brand" href="#page-top">Krish Baidya</a><button data-toggle="collapse" data-target="#navbarResponsive" class="navbar-toggler navbar-toggler-right" type="button" data-toogle="collapse" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i></button> | |
<div class="collapse navbar-collapse" id="navbarResponsive"> | |
<ul class="nav navbar-nav ml-auto text-uppercase"> | |
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li> | |
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#projects">Projects</a></li> | |
</ul> | |
</div> | |
</div> | |
</nav> | |
<header class="masthead" style="background-image:url('assets/img/header-bg.jpg?h=b8466c0919756b37f84bf6f4883412b5');"> | |
<div class="container"> | |
<div class="intro-text"> | |
<div class="intro-lead-in"><span>Welcome To My Site!</span></div> | |
<div class="intro-heading text-uppercase"><span>Nice To Meet You</span></div><a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" role="button" href="#about">About</a> | |
</div> | |
</div> | |
</header> | |
<section id="about"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-lg-12 text-center"> | |
<h2 class="text-uppercase">About</h2> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col-lg-12 offset-lg-0"><p class="text-center">Hello, My Name is Krish Baidya. I am a Game Developer and Programmer.</p> | |
<ul class="list-inline text-center" style="margin-bottom: 30px;"> | |
<li class="list-inline-item"><a href="https://twitter.com/KrishBaidya"><i class="fa fa-twitter" style="border-style: none;border-color: rgb(0,10,255);color: rgb(66,62,238);font-size: 30px;"></i></a></li> | |
<li class="list-inline-item"><a href="https://instagram.com/krishbaidya213"><i class="fa fa-instagram" style="border-style: none;border-color: rgb(0,10,255);color: var(--danger);font-size: 30px;"></i></a></li> | |
<li class="list-inline-item"><a href="https://krish-baidya.itch.io"><i class="fab fa-itch-io" style="border-style: none;border-color: rgb(0,10,255);color: #f50606;font-size: 30px;"></i></a></li> | |
<li class="list-inline-item"><a href="https://github.com/KrishBaidya"><i class="fab fa-github" style="border-style: none;border-color: rgb(0,10,255);color: #000000;font-size: 30px;"></i></a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</section><!-- Start: #projects --> | |
<section id="projects"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-lg-12 text-center"> | |
<h2 class="text-uppercase section-heading">PROJECTS</h2> | |
</div> | |
</div> | |
<div class="row text-center"> | |
<div class="col-md-4 m-auto"><a class="text-black-50" href="https://krish-baidya.itch.io/cube-runner"><span class="fa-stack fa-4x"><img class="rounded-circle" src="assets/img/Black,%20White%20and%20Pink%20Cube%20Kyobi%20Games%20Logo%20128.png?h=f223c4649a802205bc32f748cca3c4ad"></span> | |
<h4 class="section-heading" style="margin-top: 10px;">Cube Runner</h4> | |
<p class="text-muted" style="text-align: center;border-style: none;"><strong>Dodge The Coming Tiles. Play Cube Runner - Can you Beat High Score</strong><br><strong>Let's see How Far Can You Go.</strong><br></p> | |
</a></div> | |
</div> | |
</div> | |
</section><!-- End: #projects --> | |
<footer> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-4"><span class="copyright">Copyright © Krish Baidya 2021</span></div> | |
<div class="col-md-4"></div> | |
<div class="col-md-4"> | |
<ul class="list-inline quicklinks"> | |
<li class="list-inline-item"><a href="#">Privacy Policy</a></li> | |
<li class="list-inline-item"><a href="#">Terms of Use</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/js/bootstrap.bundle.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script> | |
<script src="assets/js/script.min.js?h=99e4877f501cd30e2301247e12adfe46"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment