-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathajxb.txt
More file actions
79 lines (79 loc) · 2.07 KB
/
Copy pathajxb.txt
File metadata and controls
79 lines (79 loc) · 2.07 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
<footer>
<Box
px={{ xs: 3, sm: 10 }}
py={{ xs: 5, sm: 10 }}
padding="20px"
color="black"
>
<Box>
<Grid container spacing={2}>
<Grid item>
<img
src="/images/Logo.jpg"
style={{ height: "70px" }}
alt="/"
></img>
</Grid>
<Grid item>
<Link href="/">gdsc.bitw@gmail.com</Link>
</Grid>
<Grid spacing={2} item>
L
</Grid>
<Grid item>T</Grid>
<Grid item>I</Grid>
</Grid>
</Box>
</Box>
<Box bgcolor="">
<Container maxwidth="lg">
<Grid container spacing={5}>
<Grid item xs={12} sm={4}>
<Box borderBottom={1}>
<h2>
<strong className="heading blue">CONTENT</strong>
</h2>
</Box>
<Box>
<Link href="/" color="">
Home
</Link>
</Box>
<Box>
<Link href="/" color="">
Opportunities
</Link>
</Box>
<Box>
<Link href="/" color="">
Partners
</Link>
</Box>
<Box>
<Link href="/" color="">
Our Team
</Link>
</Box>
</Grid>
<Grid item xs={12} sm={4}>
<Box borderBottom={1}>
<h2>ABOUT US</h2>
</Box>
<Box>
<Link href="/" color="">
BIT,wardha
</Link>
</Box>
<Box>
<Link href="/" color="">
RSVP
</Link>
</Box>
</Grid>
</Grid>
<Box textAlign="center">
Google Developer Club ® {new Date().getFullYear()}
</Box>
</Container>
</Box>
</footer>