-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawards.html
85 lines (71 loc) · 2.86 KB
/
awards.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
<!DOCTYPE html>
<html>
<head>
<title> hello</title>
<link rel="stylesheet" href="awards.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat|Nanum+Gothic|Quicksand|Satisfy|Trade+Winds&display=swap" rel="stylesheet">
</head>
<body>
<div class="head1">
<img id="i1" class="ieee ieee1" src="logo1.jpg" alt="">
<h1 class="first-head"> IEEE YOUNG PROFESSIONALS <img id="i2" class="ieee" src="logo2.jpg" alt=""> </h1>
</div>
<div class="cont">
<div class="box-one">
<div class="imgbox-one">
<a href="yp.html"><h2 class="col">YOUNG PROFESSIONALS</h2></a>
<img src="yyp.jpg">
</div>
</div>
<div class="box-two">
<div class="imgbox-two"><div class="current">
<a href="#"><h2 class="col">AWARDS AND ACHIEVEMENTS</h2></a>
<img src="awards.jpg">
</div></div>
</div>
<div class="box-one">
<div class="imgbox">
<div class="text">
<a href="initiatives.html"> <h2 class="col">INITIATIVES AND OUTCOMES</h2></a>
<img src="initiative.jpg">
</div>
</div>
</div>
<div class="box-two">
<div class="imgbox">
<div class="text">
<a href="pastevents.html"> <h2 class="col">PAST EVENTS AND SUCCESS</h2></a>
<img src="ima.jpg">
</div>
</div>
</div>
</div>
<div class="content-main">
<h1 class="second-head">Achievements and Awards</h1>
<p>
<div class="inner-content">
<h3>•Kartik Kulkarni (R10),</h3><h4>Bangalore Section in 2011 :For dynamic leadership in
spearheading humanitarian and innovative engagement opportunities for young
IEEE engineering professionals in India.<br></h4>
<h3>•Manjunath Iyer (R10),</h3><h4>Bangalore Section in 2013: For continuous support to the
IEEE Teacher In-Service Program (TISP) and Student Transition & Elevation
Partnership (STEP) events.<br></h4>
<h3>•Nipun Manral (R10),</h3> <h4>Section 2015: For exemplary leadership and
contribution toward student and young professional activities and for continuous
efforts to elevate the technical and professional development of IEEE members.
Also awarded with IEEE Asia Pacific Young Professional Outstanding Volunteer
Award 2016, IEEE Bangalore Best Volunteer Award 2015, IEEE Asia Pacific
Outstanding Young Professional Affinity Group Award 2015, IEEE, MGA Young
Professionals Achievement Award 2015.<br></h4>
<h3>•Abhishek Appaji:</h3> <h4>New Initiative Program Award at IEEE Region 10 Student,
Young Professional, Women in Engineering Congress 2015 held from 9th to 12th
July 2015 at Colombo, Srilanka. Out standing volunteer award for Bangalore
Section 2019.<br></h4>
<h3>•Dr. Ashwini Appaji </h3><h4>for best Presentation at R10 congress 2018 for YP track and
poster presentation at Bali Indonesia. Out standing YP Volunteer award 2019
Bangalore section. <br></h4>
</p>
</div>
</div>
</body>
</html>