Skip to content

manandraj20/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

<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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors