-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteams.html
116 lines (100 loc) · 1.57 KB
/
teams.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
106
107
108
109
110
111
112
113
114
115
116
<! DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="gdsc.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body>
<img src="241731001_953909478520823_8583705152960662646_n.jpg" float:left; height="25" width="25">
<br>
<h6 style="float:left; font-family:cursive; color:white;">
Google Developer Student Clubs
</h6>
<br>
<br>
<br>
<br>
<br>
<p class="button">
<a href="index.html">
Home
</a>
</p>
<p class="button">
<a href="announce.html">
Announcements
</a>
</p>
<p class="button">
<a href="about.html">
About the club
</a>
</p>
<p class="button">
<a href="teams.html">
Teams
</a>
</p>
<br>
<br>
<br>
<br>
<br>
<h2>
TEAMS
<h2>
<br>
<p>
Sub Team Recruitment Domains:
</p>
<hr>
<p>
<u>Technical Team</u>
<br>
Manages Technical work of the club like making websites, creating technical content.
</p>
<hr>
<p>
<u>Design Team</u>
<br>
Design Posters of Events and Social Media.
</p>
<hr>
<p>
<u>Android Development Team</u>
<br>
Manages application development for any projects and technical assistance.
</p>
<hr>
<p>
<u>Content and Social media</u>
<br>
Write Content for Poster, Social Media Captions.
</p>
<hr>
<p>
<u>Community and Management</u>
<br>
Engage with members and co-ordinate events/workshops.
</p>
<hr>
<p>
<u>Media Team( photography/editor)</u>
<br>
Capture moments, create memories, and tell a story through the lens. </p>
</p>
<hr>
<p class=link>
<a href="members.html">All members of the club</a>
</p>
<br>
<br>
<br>
<br>
<br>
<hr>
<p>
For queries mail at -
</p>
<a href=mailto:gdscmvjce@gmail.com>gdscmvjce@gmail.com</a>
</body>