-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (55 loc) · 1.36 KB
/
index.html
File metadata and controls
66 lines (55 loc) · 1.36 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
<style>
.right{
float:right;
}
.left{
float:left;
}
.sign{
font-style: italic;
float:right;
}
</style>
</head>
<body align="center">
<!--Top headline-->
<h1>
<span class="left">Chaithanya n</span>
<span class="right">
<a href="./public/resume.html">
Resume
</a>
</span>
</h1>
<!--Top-->
<img src="./assets/images/passport_2023_3.jpg" text-align="center" width="100" />
<h2>bio:</h2>
<p >XR G-Dev / XRDev </p>
<!--mid-->
<h3>certifications</h3>
<ul>
<a href="./public/certifications/certifications.html">
<img src="./assets/images/certificates/Coursera_university_of_michigan_course_1_intro_to_AR,VR,MR,XR_&_issues_page-0001.jpg" width="40%">
<img src="./assets/images/certificates/VR_AR_Development_Course_With_WebXR.jpg" width="40%">
</a>
</ul>
<hr />
<!--mid nav-->
<h4>
<ul>
<a href="./public/nav/projects.html">Projects</a> / <a href="./public/nav/pipeline.html">Pipeline</a> /<a href="./public/nav/blogs.html">Blogs</a> / <a href="./public/nav/tools.html">Tools</a>
</ul>
</h4>
</body>
<hr />
<!--bottom -->
<footer align="left">
<h4>contact me:</h6>
<p>nchaithanya735@gmail.com</p>
</footer>
</html>