Giter Site home page Giter Site logo

portfolio's Introduction

<title>Milan Anand Raj</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> <script src="https://use.fontawesome.com/0da967aa07.js"></script> <style type="text/css"> body{ font-family: Aclonica; } .parallax { /* The image used */ background-image: url("https://amymhaddad.s3.amazonaws.com/morocco-blue.png"); /* Set a specific height */ min-height: 710px; min-width: 100%;

/* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }

.content { padding: 100px; }

.sticky { position: fixed; top: 0; width: 100%; background-color: #B1F085 }

.sticky + .content { padding-top: 60px; }

@media (max-width: 768px) { .carousel-inner .carousel-item > div { display: none; } .carousel-inner .carousel-item > div:first-child { display: block; } }

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev { display: flex; }

/* display 3 */ @media (min-width: 768px) {

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(33.333%);
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-33.333%);
}

}

.carousel-inner .carousel-item-right, .carousel-inner .carousel-item-left{ transform: translateX(0); }

</style>

Welcome Amigos

Vishwajeet Singh's Portfolio

-:Coding Profiles:- 1.Hackerrank 2.Codechef
    </div>
    <div class="col-sm-8" style="padding:30px; color: teal;">
      <h2 style="padding: 10px;text-decoration: underline;">Vishwajeet's Credentials</h2>
      <div style="color: black;font-size: 25px;">
      <p>Designation: - Student</p>
      <p>Studies At: - NIT,Patna</p>
      <p>Pursuing Majors In: - Computer Science</p>
      <p>Skill Stack: - Competetive Programming / Web Dev / ML</p>
      <p>Tech Stack: - C++ / JavaScript / Node.JS / Python / React.JS / MongoDB</p>
     </div>
    </div>
 </div>

-:Projects:-

Projetct 1

Name: - BahiKhata

Description: - A basic ledger for keeping track of your business.

Github Repo: - Github/BahiKhata

Link to Website: - BahiKhata

Used Technology: - Node.JS,MongoDb,EJS

Projetct 2

Name: - IEEE NITP Website

Description: - Official IEEE Student chapter website of NIT Patna.

Github Repo: - Github/IEEE NITP Web

Link to Website: - IEEE Nitp

Used Technology: - HTML,CSS,JS

Projetct 3

Name: - Track-Your-Run

Description: - A simple running tracker app based on Haversine formula.

Github Repo: - Github/TrackYourRun

Used Technology: - React-Native

Projetct 4

Name: - Django CRUD app

Description: - A basic CRUD application written in Django (Can be tested using Postman).

Github Repo: - Github/DjangoRestApi

Used Technology: - Django,Python

Projetct 5

Name: - GOT Death Predictor

Description: - A simple ML model based on linear-regression to predict the death year of Game of Thrones characters.

Github Repo: - Github/GOTDeathPredictor

Used Technology: - Python,ML

Projetct 6

Name: - Authentication App

Description: - Node.js and moongoose based project for authentication using JSON web Tokens.

Github Repo: - Github/auth

Used Technology: - Node.JS,MongoDB,Mongoose

Previous Next
  </div>
  <div class="col-sm-6" style="font-weight: bolder;font-size: 25px;padding: 15px;text-decoration: underline;">
    -:Some useful links:-
    <div style="font-size: 55px;">
      <a href="https://github.com/vsrnitp" style="text-decoration: none;color: black;">
      <i class="fa fa-github" aria-hidden="true"></i>
    </a>
    </div>
  </div>
  <div class="col-sm-3">
    
  </div>
<script> window.onscroll = function() {myFunction()}; var navbar = document.getElementById("navbar"); var sticky = navbar.offsetTop; function myFunction() { if (window.pageYOffset >= sticky) { navbar.classList.add("sticky") } else { navbar.classList.remove("sticky"); } } $('#recipeCarousel').carousel({ interval: 3000 }) $('.carousel .carousel-item').each(function(){ var minPerSlide = 3; var next = $(this).next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); for (var i=0;i

portfolio's People

Contributors

manandraj20 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.