-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
46 lines (41 loc) · 3.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Explore the innovative world of Praneeth Ravuri, a graduate student at George Mason University and a passionate Full Stack Web Developer. Dive into a portfolio showcasing cutting-edge web development projects, technical insights, and a journey through advanced computing technologies. Perfect for industry professionals, fellow developers, and technology enthusiasts seeking inspiration and collaboration." />
<meta name="keywords"
content="meta tags, meta description, meta keywords, SEO, search engine optimization, javascript, linux, command prompt, vuejs, vue, vue.js, terminal, ssr, server-side-rendering, scss, css, vite, html, css, praneeth, ravuri, praneeth ravuri, george mason university, gmu, griet, gokaraju rangaraju institute of engineering and technology, google, amazon, netflix, apple, meta, Praneeth Ravuri, Full Stack Developer, George Mason University, Web Development, Software Engineering, Python, C, HTML, CSS, JavaScript, SQL, Node JS, Vue JS, Express JS, MongoDB, Bootstrap, SCSS, jQuery, Selenium, Git, Numpy, Pandas, Scikit-Learn, Docker, Ajax, REST API, MySQL, VS Code, Programming, Coding, Tech Blog, Computer Science, Software Projects, UI/UX Design, Web Applications, Developer Portfolio" />
<meta name="author" content="Praneeth Ravuri" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="bingbot" content="index, follow" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="theme-color" content="#151515" />
<!-- Open Graph tags for social media sharing -->
<meta property="og:title"
content="Praneeth Ravuri | Graduate student at George Mason University, Software Engineer, Full Stack Developer" />
<!-- Replace with your website title -->
<meta property="og:description"
content="Explore the innovative world of Praneeth Ravuri, a graduate student at George Mason University and a passionate Full Stack Web Developer. Dive into a portfolio showcasing cutting-edge web development projects, technical insights, and a journey through advanced computing technologies. Perfect for industry professionals, fellow developers, and technology enthusiasts seeking inspiration and collaboration." />
<!-- Replace with your website description -->
<meta property="og:image" content="./src/assets/website_preview.png" />
<!-- Replace with the URL of your website's preview image -->
<meta property="og:url" content="https://praneethravuri.com/" /> <!-- Replace with the URL of your website -->
<meta property="og:type" content="website" /> <!-- Specify the type of your website -->
<title>Praneeth Ravuri</title>
</head>
<body>
<div id="app"><!--main-app--></div>
<script type="module" src="./src/entry-client.js"></script>
<script type="module" src="./src/setFocus.js"></script>
</body>
</html>