Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Projects/Gorakala Avinash/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Projects/Gorakala Avinash/gmail logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 101 additions & 0 deletions Projects/Gorakala Avinash/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<title>Avinash's- Student Portfolio</title>
</head>
<body>
<header>
<h1>Avinash Gorakala</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#projects & Internship">Project & Internship</a></li>
<li><a href="#Certifications & skills">Certifications & skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>

<section id="about">
<div class="container" style="text-align: center" style="font-size: xx-large">
<h2>About Me</h2>
<img src="my pic.jpg" alt="image" height="200", width="200" style="border-radius:50%"> <br>
Hi There <br> I am Avinash Gorakala. <br> I am currently Pursuing my Mtech in the displine of Earth science from IIT GANDINAGAR
</div>
</section>

<section id="education">
<div class="container">
<h2>Education</h2>
<ul style="list-style-type:disc;">
<li>Bachelor of Technology:
<br>Sagi Rama Krishnam Raju Engineering college(Autonomous),Bhimavaram (2017 - 2021) - 7.6/10</li>
<li>intermediate :
<br> Narayana junior college (2015 - 2017) - 97.1%</li>
<li>10th:
<br>Narayana School (2014 - 2015) - 9.8/10</li>
</ul>
</div>
</section>

<section id="projects & Internship">
<div class="container">
<h2>Project & Internship</h2>
<dl>
<dt>Project:</dt>
<dd>-Modelling and Analsyis of Hover Bike Using Composite Materials </dd>
<dt>Internship:</dt>
<dd>-ARC INTERNATIONAL INTERNSHIP on APPLIED ROBOTICS CONTROL by APS GmbH European Centre for Mechatronics (GERMANY) and APSSDC.</dd>
</dl>
</div>
</section>

<section id="Certifications & skills">
<div class="container">
<h2>Certifications & skills</h2>
<dl>
<dt>Certifications:</dt>
<dd><ul style="list-style-type:disc;">
<li>"CATIA, DELMIA, SIMILIA" courses that are provided by APSSDC on 3D EXPERIENCEsoftware developed by DASSAULT SYSTEMS</li>
<li>Building a QUAD COPTER conducted by SKYFI labs</li>
<li>Workshop on GENERAL ENGINES AND BS-IV conducted by TATA MOTORS</li></ul></dd>

<dt>Skills:</dt>
<dd><ul style="display:flex;flex-direction: row ; overflow-x: scroll;">
<li style="margin-right: 50px;">Auto CAD</li>
<li style="margin-right: 50px;">CATIA</li>
<li style="margin-right: 50px">Python</li>
<li style="margin-right: 50px">Solid Works</li>
<li style="margin-right: 50px">DELMIA</li>
<li style="margin-right: 50px">SIMULIA</li>
<li style="margin-right: 50px">Ms-Excel</li></ul></dd>
</dl>
</div>
</section>

<section id="contact">
<div class="container1">
<h2 style="font-size: xx-large;">Contact Me</h2>
<p style="flex-direction: row;">
<img src="location logo.png" alt="location" style="width:20px;height:30px;">
&nbsp &nbsp &nbsp IIT Gandinagar
</p>
<p style="flex-direction: row;">
<img src="gmail logo.png" alt="gmail account" style="width:30px;height:30px;">
&nbsp &nbsp <a href="gorakala.avinash@iitgn.ac.in"> gorakala.avinash@iitgn.ac.in </a>
</p>
<p style="flex-direction: row;">
<a href="https://www.linkedin.com/in/gorakala-avinash-9a2649167"><img src="linked in logo.png" alt="linked in account" style="width:70px;height: 70px;"></a>
<a href="https://github.com/AvinashGorakala"> <img src="github.png" alt="git hub account" style="width:60px;height:60px;"> </a>
</p>
</div>
</section>

<footer>
</footer>
</body>
</html>
Binary file added Projects/Gorakala Avinash/insagram logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Projects/Gorakala Avinash/linked in logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Projects/Gorakala Avinash/location logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions Projects/Gorakala Avinash/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-image: url('prasad-jadhav-jEjJCjUpquA-unsplash.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}

header {
background-image: url("ken-yeung-VnSjwrAy1PQ-unsplash.jpg");
height: 675px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: xx-large;
color: #fff;
text-align: center;
padding: 1rem;
}

nav ul {
list-style: none;
}

nav ul li {
display: inline;
margin-right: 20px;
}

nav a {
text-decoration: none;
color: #fff;
}

.container {
color: #fff;
font-size: x-large;
/*text-align: center;*/
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 600px;
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}

.container1 {
color: #fff;
font-size: large;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 600px;
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}

@media screen and (max-width: 600px) {
header {
padding: 0.5rem;
}

nav ul li {
margin-right: 10px;
}
}
Binary file added Projects/Gorakala Avinash/my pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.