-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (90 loc) · 3.66 KB
/
index.html
File metadata and controls
96 lines (90 loc) · 3.66 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css/index.css">
</head>
<body>
<nav>
<img src="images/rsz_rojina_pradhan.jpeg">
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#Experience">Experience</a></li>
<li><a href="#leave_message">Contact</a></li>
<li> <a href="#skills">Skills </a></li>
<li> <a href="#projects"> Projects </a></li>
</ul>
</nav>
</header>
<section id="about">
<h1>ABOUT</h1>
<p>Seeking International Opportunities | Global Minded | Impact Coach</p>
<p> My name is Rojina Pradhan. I am an online coach and content creator based in Bay Area. I am originally from Nepal and moved to US when I was 19 years old. I have an Associates degree and currently taking a break from my studies. I host a bi-weekly
podcast "In the left state of mind" with my friend where we talk about our experiences living abroad. I love baking banana bread and hiking on my free time. I look forward to working in digital marketing/ content creation industry in the
future. </p>
</section>
<ol>
<section id="Experience">
<h1> EXPERIENCE: </h1>
<h2> Content creator </h2>
<ol> Self Employed</ol>
<ol> 2021- present </ol>
<h2> Procurement Student Assistant</h2>
<ol>San Francisco State University </ol>
<ol>2021-2022 </ol>
<h2> Market partner </h2>
<ol> MONAT Global </ol>
<ol> 2021-2022</ol>
<h2>Global Business Intern </h2>
<ol>Alariss Global Inc.</ol>
<ol>2019-2020</ol>
</ul>
</nav>
</header>
<section id="skills">
<h2><u>Skills</u> </h2>
<ul> </ul>
</section>
<section id="projects">
<h2> <u> Projects </u> </h2>
<ul></ul>
</section>
<h2><u>Connect: </u></h2>
<header>
<ol>
<li> <a href="www.google.com">google</a></li>
<li> <a href="https://www.instagram.com/rojinayahh/">instagram</a></li>
<li> <a href="https://www.linkedin.com/in/rojina-pradhan-458445bb/">linkedin</a> </li>
</ol>
</section>
<section>
<section>
<h2> <u>Leave a Message</u></h2>
<form name="leave_message" id="leave_message">
<label for="usersName"> Your name: </label>
<input type="text" name="usersName" required="true">
<br>
<label for="usersEmail"> Email: </label>
<input type="email" name="usersEmail" required="true">
<br>
<label for="usersMessage"> Message:</label>
<textarea name="usersMessage" required="true"></textarea>
<br>
<button type="submit" onclick="(event)">Submit</button>
</form>
</section>
<section id="messages">
<h2>Messages</h2>
<ul class="messages" id="message-list"></ul>
</section>
</section>
<footer> this is my webpage </footer>
<script src='./js/index.js'>
</script>
</body>
</html>