-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (94 loc) · 4.45 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
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
97
98
99
100
101
102
103
104
105
<!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="asset/css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<title>Sonu Langaya || Plant Breeder</title>
</head>
<body>
<header>
<nav>
<ul class="navbar-item-container">
<li class="nav-item ">
<a href="#about-me" class="nav-item-link" >About me</a>
</li>
<li class="nav-item ">
<a href="#work" class="nav-item-link" >Work</a>
</li>
<li class="nav-item ">
<a href="#contacts" class="nav-item-link" >Contacts</a>
</li>
</ul>
</nav>
</header>
<main>
<!--------- hero container ---------------->
<section id="hero-container">
<div class="hero-container-content" >
<h2 class="name" >Sonu Langaya</h2>
<h3 class="my-passion">Plant Breeder 🧑🔬🌾</h3>
<div class="quick-links-container">
<a href="https://www.linkedin.com/in/sonulangaya/" target="_blank" class="social-links">Linkedin</a>
<a href="https://github.com/sonulangaya" target="_blank" class=" social-links">Github</a>
<a href="https://twitter.com/sonulangaya" target="_blank" class=" social-links">Twitter</a>
</div>
</div>
<a href="#about-me" class="button know-more-button" >Know More ↓ </a>
</section>
<!------------- about me --------------------->
<section id="about-me">
<h1 class="heading">About me</h1>
<div class="content-container">
<div class="short-story-about-me">
<p>
I am a PhD Scholar 🧑🔬 in the Field of Genetics and Plant Breeding 🌾.
Utilizing the power of Codes in Plant Breeding 💻📝.
I have skills in plant breeding, quantitative genetics, crop physiology, crop phenotyping, data mining,
R Stat, experiment design & analysis, experiment field layout construction and multiple-environment data analysis.
I have practical exposure to various physiological and biotechnological techniques.
</p>
</div>
<h4 class="resume">Checkout my <a href="asset/resource/sonu.pdf" target="_blank" >Resume</a> </h1>
<div class="skill-container">
<h1 >Skills</h1>
<div class="skill-item-container">
<h2 class="skill-items">SPSS</h2>
<h2 class="skill-items">RSTAT</h2>
<h2 class="skill-items">html</h2>
<h2 class="skill-items">SAS</h2>
<h2 class="skill-items">IndoStat</h2>
<h2 class="skill-items">MS Excel</h2>
</div>
</div>
</div>
</section>
<!------------- Work --------------------->
<section id="work">
<h1 class="heading">Work</h1>
<div class="project-container">
<div class="project-card ">
</div>
</section>
<!------------- contact me --------------------->
<section id="contacts">
<h1 class="heading">Contacts</h1>
<h4 >Email me : <b> [email protected] </b> </h4>
<a href="https://www.linkedin.com/in/sonulangaya/" target="_blank" class="button social-links">Linkedin</a>
<a href="https://github.com/sonulangaya" target="_blank" class="button social-links">Github</a>
<a href="https://twitter.com/sonulangaya" target="_blank" class="button social-links">Twitter</a>
</section>
</main>
<footer>
<div class="links">
<a href="#" class="links">Go Up ↑</a>
</div>
<div class="Hosted-by">
<small>©2023</small>
<small>created by <a href="http://sonulangaya.github.io/"> Sonu Langaya</a></small>
</div>
</footer>
<script src="asset/index.js"></script>
</body>
</html>