-
Notifications
You must be signed in to change notification settings - Fork 12
/
newContributor.html
80 lines (80 loc) · 3.3 KB
/
newContributor.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
<!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="newContributor.css" />
<title>Contributors</title>
</head>
<body>
<!--SaiKiran-->
<h2 class="name">Name: PolakiSaiKiran</h2>
<p class="interests-field">Interested Field: Web-development</p>
<p class="college">College: AITAM</p>
<p class="dream">Dream: i want to get the one piece🤣</p>
<!---->
<!--Mann Bajpai-->
<h2 class="name">Name: Mann Bajpai</h2>
<p class="interests-field">Interested Field: Web-development</p>
<p class="college">College: RGIPT, Jais</p>
<p class="dream">Dream: Money💵Money💵Money💵</p>
<!---->
<!--ProfoundlyParker-->
<h2 class="name">Name: Parker Ramey</h2>
<p class="interests-field">Interested Field: Web-development</p>
<p class="college">College: Zero to Mastery Academy</p>
<p class="dream">
Dream: I would love to make a positive difference in the world 🌈
</p>
<!---->
<!--Malinga Rajapaksha-->
<h2 class="name">Name: Malinga Rajapaksha</h2>
<p class="interests-field">Interested Field: Generative-AI</p>
<p class="college">College: University of West London</p>
<p class="dream">
Dream: Travel the world as much as i Can and live life to the fullest
</p>
<!---->
<!--Anushree-->
<h2 class="name">Name: Anushree Bondia</h2>
<p class="interests-field">
Interested Field: Web-development, AI, Machine Learning
</p>
<p class="college">College: IGDTUW</p>
<p class="dream">Dream: i want to get the one piece🤣</p>
<!---->
<!--Soyam Prabha Mallick-->
<h2 class="name">Name: Soyam Prabha Mallick</h2>
<p class="interests-field">Interested Field: Web-development</p>
<p class="college">College: Odisha University of Technology and Research</p>
<p class="dream">
Dream: Do something good and permanent for the society, travel the world
</p>
<!---->
<!--Arizki Putra Rahman-->
<h2 class="name">Name: Arizki Putra Rahman</h2>
<p class="interests-field">Interested Field: Software Engineer</p>
<p class="college">College: Esa Unggul University</p>
<p class="dream">
Dream: Expertise at programming and become a successful person
</p>
<!--Ho Yeon Lee-->
<h2 class="name">Name: Ho Yeon Lee</h2>
<p class="interests-field">Interested Field: Web-development</p>
<p class="college">College: Dankook University</p>
<p class="dream">Dream: To make software that will change paradigm</p>
<!---->
<!--Ayush Kumawat-->
<h2 class="name">Name: Ayush Kumawat</h2>
<p class="interests-field">Interested Field: Artificial Intelligence and Data Science</p>
<p class="college">College: Sage University Indore</p>
<p class="dream">Dream: To make a successful carrier in AI-ML</p>
<!---->
<!--Nikhil Kalloli-->
<h2 class="name">Name: Nikhil Kalloli</h2>
<p class="interests-field">Interested Field: Web development and Machine Learning</p>
<p class="college">College: M S Ramaiah Institute of Technology</p>
<p class="dream">Dream: To travel the world and explore natural beauty</p>
<!---->
</body>
</html>