Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the background colour #49

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
91 changes: 91 additions & 0 deletions Karthik Mothiki.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GDTC</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<style>
* {
font-family: 'Quicksand', sans-serif;
margin: 0;
padding: 0;
}

body {
display: grid;
place-content: center;
text-align: center;
background-color: blue;
}

h1 {
margin: 2em 0;
}

footer {
position: fixed;
bottom: 0;
width: 100%;
background-color: #dadada;
padding: 2em;
}
</style>
</head>

<body>
<h1>
Karthik Mothiki
</h1>

<h3>Introduction</h3>

<p>I'm a student at Sastra Deemed University, B.Tech
Mechatronics. My dream is to diversify my proficiency in every
domain. Enraptured for AI, and Robotics. I ponder myself as
Tech Lunatic and highly fascinated about Technology. I'm very
good at time management and Multitasking.</p>

<h3>Education</h3>

<p>B. Tech Mechatronics 2-1
8.29
Sarada Educational Institutions
Intermediate
10/10
Viswavani E.M High School
High School
9.8/10</p>

<h3>SKILLS</h3>

<p>Programming: Python C++ C Java
Robotics
AWS Cloud Computing
Design Softwares: Auto CAD
Embedded Systems: Arduino Uno, Node MCU
ROS
Android App Development</p>

<h3>Experience</h3>

<p><b>Ai Tech Web<b>
Technical Content Writer
Worked as Technical content writer for 45 days.
Produced content for technology related blogs at
aitechweb.com
Ethnus Code Mithra
AWS Cloud Beginner
At Ethnus Code Mithra I've learnt the basics of
AWS and used those skills to develop a serverless
Leaderboard for a game.</p>

<footer>
Karthik Mothiki
</footer>
</body>

</html>