Posts

OasisInfobyte.com: Unveiling My Internship Experience, Three Remarkable Projects, and the Art of Crafting a Winning Resume

Introduction: Embarking on an internship journey is an exhilarating experience for any aspiring professional. It presents an opportunity to gain practical knowledge, apply academic learnings, and acquire real-world skills. My time at OasisInfobyte.com, an innovative tech company at the forefront of web development, was an unforgettable adventure that shaped my professional growth. In this blog post, I will share my insightful internship experience, highlight the three impactful projects I completed, and discuss the invaluable skill of creating a compelling resume. Section 1: Internship Experience: 1.1 The Beginning: An Inspiring Introduction to oasisInfobyte.com - Briefly describe how I discovered the internship opportunity and the initial impressions of the company. - Discuss the selection process and the excitement of being chosen as an intern. 1.2 The Induction Phase: Immersion into the Company Culture - Explain the onboarding process, including orientation, introduction to team mem...

Food Website

Image
  Project github link πŸ‘‰ developersaravanan1/omnifood.github.io Project Live link πŸ‘‰  Killer Website (developersaravanan1.github.io)

Marvel Avengers 😈πŸ’₯

Image
DEMO LINK πŸ‘‰πŸ‘‰  Marvel Avengers  index.html <! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 " /> < meta http-equiv =" X-UA-Compatible " content =" IE=edge " /> < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " /> < title > Marvel Avengers </ title > < link rel =" stylesheet " href =" style.css "> </ head > < body > < div class =" container "> < div class =" item "> < div class =" quote "> < p > I Am Groot. < span > Groot </ span ></ p > </ div > </ div > < div class =" item "> < div class =" quote "> < p > You'r the head of security and your password is 'password...

Galaxy Proposal😻😻

Image
  Demo link πŸ‘‰πŸ‘‰  Space galaxy Follow Developer Saro for more index.html <! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 " /> < meta http-equiv =" X-UA-Compatible " content =" IE=edge " /> < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " /> < title > Space galaxy </ title > < link rel =" stylesheet " href =" style.css " /> < link href =" https://fonts.googleapis.com/css?family=Pacifico " rel =" stylesheet " /> < script src =" https://cdn.jsdelivr.net/npm/three@0.121.1/build/three.min.js "> < / script > < script src =" https://cdn.jsdelivr.net/npm/three@0.121.1/examples/js/controls/OrbitControls.js "> < / script > < script src =" https://cdnjs.cloudflare.com/ajax/li...

Animated navbar 🀩

Image
   DEMO WEBSITE πŸ‘‰πŸ‘‰ https://sbkln8.csb.app/ FOLLOW MORE MORE HTML: We will start by creating the HTML structure for our navbar. In this example, we will create a simple navbar with three links. html Copy code <! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 "> < meta http-equiv =" X-UA-Compatible " content =" IE=edge "> < meta name =" viewport " content =" width=device-width, initial-scale=1.0 "> < title > Animated Navbar </ title > < link rel =" stylesheet " href =" style.css "> </ head > < body > < menu class =" menu "> < button class =" menu__item active " style =" --bgColorItem: #ff8c00; " > < svg class = " icon " viewBox = " 0 0 24 24 " > < path d = " M3.8,6.6h16.4 " /> ...