|
1 |
| -import React from "react"; |
2 |
| -import { Card, Col, Container, Row } from "react-bootstrap"; |
3 |
| -import analyticsSVG from "../../assets/analytics.svg"; |
4 |
| -import collectingSVG from "../../assets/collecting.svg"; |
5 |
| -import gif from "../../assets/member.svg"; |
6 |
| -import memorySVG from "../../assets/memory.svg"; |
7 |
| -import teachingSVG from "../../assets/teaching.svg"; |
8 |
| -import { MetaData } from "../../components/Meta/MetaData"; |
9 |
| -import "./Membership.css"; |
| 1 | +import React from 'react'; |
| 2 | +import { Card, Col, Container, Row } from 'react-bootstrap'; |
| 3 | +import analyticsSVG from '../../assets/analytics.svg'; |
| 4 | +import collectingSVG from '../../assets/collecting.svg'; |
| 5 | +import gif from '../../assets/member.svg'; |
| 6 | +import memorySVG from '../../assets/memory.svg'; |
| 7 | +import teachingSVG from '../../assets/teaching.svg'; |
| 8 | +import { MetaData } from '../../components/Meta/MetaData'; |
| 9 | +import './Membership.css'; |
10 | 10 |
|
11 | 11 | const Membership = () => {
|
12 |
| - const meta = { |
13 |
| - title: "Membership", |
14 |
| - desc: "Learn more about our membership.", |
15 |
| - url: "https://cougarcs.com/membership", |
16 |
| - img: "https://i.ibb.co/NTLFrdj/cougarcs-background11.jpg", |
17 |
| - }; |
| 12 | + const meta = { |
| 13 | + title: 'Membership', |
| 14 | + desc: 'Learn more about our membership.', |
| 15 | + url: 'https://cougarcs.com/membership', |
| 16 | + img: 'https://i.ibb.co/NTLFrdj/cougarcs-background11.jpg', |
| 17 | + }; |
18 | 18 |
|
19 |
| - return ( |
20 |
| - <div> |
21 |
| - <MetaData {...meta} /> |
22 |
| - <Container fluid className="contained hero hero-membership"> |
23 |
| - <Row> |
24 |
| - <Col md="6" className="order-md-2"> |
25 |
| - <img src={gif} alt="undraw svg" style={{ width: "100%" }}></img> |
26 |
| - </Col> |
27 |
| - <Col md="6" className="order-md-0"> |
28 |
| - <div className="membership"> |
29 |
| - <h1>Membership</h1> |
30 |
| - <div className="lead-text"> |
31 |
| - <p> |
32 |
| - CougarCS offers students exclusive access to a variety of |
33 |
| - events and resources aimed at career preparedness. Throughout |
34 |
| - every semester, we host dozens of technical workshops, |
35 |
| - information sessions, and programming challenges. Technical |
36 |
| - workshops and information sessions, often hosted by Fortune |
37 |
| - 100 companies, cover a broad spectrum of topics such as resume |
38 |
| - critiques, career fair preparation, mock interviews and much |
39 |
| - more. Our programming challenges offer our members a chance to |
40 |
| - showcase their problem solving skills in a high energy |
41 |
| - environment, compete with their peers, and earn prizes. In |
42 |
| - addition to these events, we also provide weekly tutoring and |
43 |
| - academic support. CougarCS also has a far reaching network of |
44 |
| - alumni who are industry professionals and are always looking |
45 |
| - to connect with current members! |
46 |
| - </p> |
47 |
| - <p> |
48 |
| - Memberships are priced at{" "} |
49 |
| - <strong>$40.00 for a full year </strong> or{" "} |
50 |
| - <strong>$25.00 a semester</strong>. If you are interested in |
51 |
| - becoming a member there are a few ways you can let us know. |
52 |
| - Request to become a member on the get involved page and our |
53 |
| - Vice President of Internal Affairs,{" "} |
54 |
| - { |
55 |
| - <a href="mailto:[email protected]"> |
56 |
| - Christian Ayala |
57 |
| - </a> |
58 |
| - } |
59 |
| - , will be in contact with you shortly. You can also |
60 |
| - {/* find an |
| 19 | + return ( |
| 20 | + <div> |
| 21 | + <MetaData {...meta} /> |
| 22 | + <Container fluid className='contained hero hero-membership'> |
| 23 | + <Row> |
| 24 | + <Col md='6' className='order-md-2'> |
| 25 | + <img src={gif} alt='undraw svg' style={{ width: '100%' }}></img> |
| 26 | + </Col> |
| 27 | + <Col md='6' className='order-md-0'> |
| 28 | + <div className='membership'> |
| 29 | + <h1>Membership</h1> |
| 30 | + <div className='lead-text'> |
| 31 | + <p> |
| 32 | + CougarCS offers students exclusive access to a variety of |
| 33 | + events and resources aimed at career preparedness. Throughout |
| 34 | + every semester, we host dozens of technical workshops, |
| 35 | + information sessions, and programming challenges. Technical |
| 36 | + workshops and information sessions, often hosted by Fortune |
| 37 | + 100 companies, cover a broad spectrum of topics such as resume |
| 38 | + critiques, career fair preparation, mock interviews and much |
| 39 | + more. Our programming challenges offer our members a chance to |
| 40 | + showcase their problem solving skills in a high energy |
| 41 | + environment, compete with their peers, and earn prizes. In |
| 42 | + addition to these events, we also provide weekly tutoring and |
| 43 | + academic support. CougarCS also has a far reaching network of |
| 44 | + alumni who are industry professionals and are always looking |
| 45 | + to connect with current members! |
| 46 | + </p> |
| 47 | + <p> |
| 48 | + Memberships are priced at{' '} |
| 49 | + <strong>$40.00 for a full year </strong> or{' '} |
| 50 | + <strong>$25.00 a semester</strong>. If you are interested in |
| 51 | + becoming a member there are a few ways you can let us know. |
| 52 | + Request to become a member on the get involved page and our |
| 53 | + Vice President of Internal Affairs,{' '} |
| 54 | + { |
| 55 | + <a href='mailto:[email protected]'> |
| 56 | + Christian Ayala |
| 57 | + </a> |
| 58 | + } |
| 59 | + , will be in contact with you shortly. You can also |
| 60 | + {/* find an |
61 | 61 | Officer on the 5th floor of PGH (Philip Guthrie Hoffman Hall)
|
62 |
| - or */}{" "} |
63 |
| - email us at{" "} |
64 |
| - |
65 |
| - </p> |
66 |
| - </div> |
67 |
| - <div> |
68 |
| - {/* <LinkContainer to='/register'> |
| 62 | + or */}{' '} |
| 63 | + email us at{' '} |
| 64 | + |
| 65 | + </p> |
| 66 | + </div> |
| 67 | + <div> |
| 68 | + {/* <LinkContainer to='/register'> |
69 | 69 | <ButtonToolbar>
|
70 | 70 | <Button className='learnMoreBtn' variant='primary'>
|
71 | 71 | Become a member
|
72 | 72 | </Button>
|
73 | 73 | </ButtonToolbar>
|
74 | 74 | </LinkContainer> */}
|
75 |
| - </div> |
76 |
| - </div> |
77 |
| - </Col> |
78 |
| - </Row> |
79 |
| - </Container> |
80 |
| - <Container fluid style={{ textAlign: "center" }}> |
81 |
| - <h2>What Are The Benefits</h2> |
82 |
| - <Row className="benefits" md={12} xs={12}> |
83 |
| - <div> |
84 |
| - <Row> |
85 |
| - <Col> |
86 |
| - <Card style={{ textAlign: "center", border: "none" }}> |
87 |
| - <Card.Body> |
88 |
| - <div> |
89 |
| - <img |
90 |
| - src={analyticsSVG} |
91 |
| - style={{ height: "10em", width: "9em", color: "red" }} |
92 |
| - alt="undraw" |
93 |
| - /> |
94 |
| - </div> |
95 |
| - <Card.Title style={{ textAlign: "center" }}> |
96 |
| - Technical workshops |
97 |
| - </Card.Title> |
98 |
| - <p style={{ textAlign: "center" }}> |
99 |
| - Learn industry standards and refine your skills in teams{" "} |
100 |
| - </p> |
101 |
| - </Card.Body> |
102 |
| - </Card> |
103 |
| - </Col> |
104 |
| - <Col> |
105 |
| - <Card style={{ textAlign: "center", border: "none" }}> |
106 |
| - <Card.Body> |
107 |
| - <div> |
108 |
| - <img |
109 |
| - src={collectingSVG} |
110 |
| - alt="undraw" |
111 |
| - style={{ height: "10em", width: "9em", color: "red" }} |
112 |
| - /> |
113 |
| - </div> |
114 |
| - <Card.Title>Information Sessions</Card.Title> |
115 |
| - <p> |
116 |
| - Connect with companies from all over the world hiring at |
117 |
| - UH |
118 |
| - </p> |
119 |
| - </Card.Body> |
120 |
| - </Card> |
121 |
| - </Col> |
122 |
| - </Row> |
123 |
| - <Row> |
124 |
| - <Col> |
125 |
| - <Card style={{ textAlign: "center", border: "none" }}> |
126 |
| - <Card.Body> |
127 |
| - <div> |
128 |
| - <img |
129 |
| - src={memorySVG} |
130 |
| - alt="undraw" |
131 |
| - style={{ height: "10em", width: "9em", color: "red" }} |
132 |
| - /> |
133 |
| - </div> |
134 |
| - <Card.Title>Career Fair Preparation</Card.Title> |
135 |
| - <p>Practice with mock interviews and resume building</p> |
136 |
| - </Card.Body> |
137 |
| - </Card> |
138 |
| - </Col> |
139 |
| - <Col> |
140 |
| - <Card style={{ textAlign: "center", border: "none" }}> |
141 |
| - <Card.Body> |
142 |
| - <div> |
143 |
| - <img |
144 |
| - src={teachingSVG} |
145 |
| - alt="undraw" |
146 |
| - style={{ height: "10em", width: "9em", color: "red" }} |
147 |
| - /> |
148 |
| - </div> |
149 |
| - <Card.Title style={{ textAlign: "center" }}> |
150 |
| - Tutoring and Academic Support |
151 |
| - </Card.Title> |
152 |
| - <p style={{ textAlign: "center" }}> |
153 |
| - Work through problems with intelligent and approachable |
154 |
| - tutors who are focused on member success |
155 |
| - </p> |
156 |
| - </Card.Body> |
157 |
| - </Card> |
158 |
| - </Col> |
159 |
| - </Row> |
160 |
| - </div> |
161 |
| - </Row> |
162 |
| - </Container> |
163 |
| - </div> |
164 |
| - ); |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + </Col> |
| 78 | + </Row> |
| 79 | + </Container> |
| 80 | + <Container fluid style={{ textAlign: 'center' }}> |
| 81 | + <h2>What Are The Benefits</h2> |
| 82 | + <Row className='benefits' md={12} xs={12}> |
| 83 | + <div> |
| 84 | + <Row> |
| 85 | + <Col> |
| 86 | + <Card style={{ textAlign: 'center', border: 'none' }}> |
| 87 | + <Card.Body> |
| 88 | + <div> |
| 89 | + <img |
| 90 | + src={analyticsSVG} |
| 91 | + style={{ height: '10em', width: '9em', color: 'red' }} |
| 92 | + alt='undraw' |
| 93 | + /> |
| 94 | + </div> |
| 95 | + <Card.Title style={{ textAlign: 'center' }}> |
| 96 | + Technical workshops |
| 97 | + </Card.Title> |
| 98 | + <p style={{ textAlign: 'center' }}> |
| 99 | + Learn industry standards and refine your skills in teams{' '} |
| 100 | + </p> |
| 101 | + </Card.Body> |
| 102 | + </Card> |
| 103 | + </Col> |
| 104 | + <Col> |
| 105 | + <Card style={{ textAlign: 'center', border: 'none' }}> |
| 106 | + <Card.Body> |
| 107 | + <div> |
| 108 | + <img |
| 109 | + src={collectingSVG} |
| 110 | + alt='undraw' |
| 111 | + style={{ height: '10em', width: '9em', color: 'red' }} |
| 112 | + /> |
| 113 | + </div> |
| 114 | + <Card.Title>Information Sessions</Card.Title> |
| 115 | + <p> |
| 116 | + Connect with companies from all over the world hiring at |
| 117 | + UH |
| 118 | + </p> |
| 119 | + </Card.Body> |
| 120 | + </Card> |
| 121 | + </Col> |
| 122 | + </Row> |
| 123 | + <Row> |
| 124 | + <Col> |
| 125 | + <Card style={{ textAlign: 'center', border: 'none' }}> |
| 126 | + <Card.Body> |
| 127 | + <div> |
| 128 | + <img |
| 129 | + src={memorySVG} |
| 130 | + alt='undraw' |
| 131 | + style={{ height: '10em', width: '9em', color: 'red' }} |
| 132 | + /> |
| 133 | + </div> |
| 134 | + <Card.Title>Career Fair Preparation</Card.Title> |
| 135 | + <p>Practice with mock interviews and resume building</p> |
| 136 | + </Card.Body> |
| 137 | + </Card> |
| 138 | + </Col> |
| 139 | + <Col> |
| 140 | + <Card style={{ textAlign: 'center', border: 'none' }}> |
| 141 | + <Card.Body> |
| 142 | + <div> |
| 143 | + <img |
| 144 | + src={teachingSVG} |
| 145 | + alt='undraw' |
| 146 | + style={{ height: '10em', width: '9em', color: 'red' }} |
| 147 | + /> |
| 148 | + </div> |
| 149 | + <Card.Title style={{ textAlign: 'center' }}> |
| 150 | + Tutoring and Academic Support |
| 151 | + </Card.Title> |
| 152 | + <p style={{ textAlign: 'center' }}> |
| 153 | + Work through problems with intelligent and approachable |
| 154 | + tutors who are focused on member success |
| 155 | + </p> |
| 156 | + </Card.Body> |
| 157 | + </Card> |
| 158 | + </Col> |
| 159 | + </Row> |
| 160 | + </div> |
| 161 | + </Row> |
| 162 | + </Container> |
| 163 | + </div> |
| 164 | + ); |
165 | 165 | };
|
166 | 166 | export default Membership;
|
0 commit comments