diff --git a/acm.png b/Images/acm.png similarity index 100% rename from acm.png rename to Images/acm.png diff --git a/about/index.html b/about/index.html index 94f7a1c..20a1c2e 100644 --- a/about/index.html +++ b/about/index.html @@ -1,4 +1,14 @@ -
+ + + + + + + + Document + + +

About

@@ -51,3 +61,21 @@

Our ACM E-Board

+ + + + + + + + + + +
+ + + + + + + diff --git a/about/style.css b/about/style.css new file mode 100644 index 0000000..a858e1e --- /dev/null +++ b/about/style.css @@ -0,0 +1,5 @@ + +body{ +background-color: aquamarine; + +} \ No newline at end of file diff --git a/app.js b/app.js old mode 100644 new mode 100755 diff --git a/css/main.css b/css/main.css old mode 100644 new mode 100755 diff --git a/css/main2.css b/css/main2.css new file mode 100755 index 0000000..d7509b5 --- /dev/null +++ b/css/main2.css @@ -0,0 +1,252 @@ +/** Reset basic elements **/ +body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { + margin: 0; + padding: 0; +} + +body { + font-family: Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 1.5; + font-weight: 300; + color: #111; + background-color: #fdfdfd; + -webkit-text-size-adjust: 100%; +} + +/** Maintain vertical rhythm **/ +h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure { + margin-bottom: 15px; +} + +/** Images and Figures **/ +img { + max-width: 100%; + vertical-align: middle; +} + +figure > img { + display: block; +} + +figcaption { + font-size: 14px; +} + +/** List Styles **/ +ul, ol { + margin-left: 30px; +} + +li > ul, li > ol { + margin-bottom: 0; +} + +/** Headings **/ +h1, h2, h3, h4, h5, h6 { + font-weight: 300; +} + +/** Links **/ +a { + color: #2a7ae2; + text-decoration: none; + transition: 0.25s; +} + +a:hover { + color: #84b2ee; +} + +/** Blockquotes **/ +blockquote { + color: #828282; + border-left: 4px solid #e8e8e8; + padding-left: 15px; + font-size: 18px; + font-style: italic; +} + +/** Code and Preformatted Text **/ +pre, code { + font-size: 15px; + border: 1px solid #e8e8e8; + border-radius: 3px; + background-color: #eef; +} + +code { + padding: 1px 5px; +} + +pre { + padding: 8px 12px; + overflow-x: auto; +} + +/** Wrapper for Content **/ +.wrapper { + max-width: calc(800px - 60px); + margin: auto; + padding: 0 30px; +} + +@media screen and (max-width: 800px) { + .wrapper { + padding: 0 15px; + } +} + +/** Header Styling **/ +.site-header { + background-color: #0f0f0f; + min-height: 56px; + position: relative; +} + +.site-title { + font-size: 26px; + line-height: 56px; + letter-spacing: -1px; + float: left; + color: #e8e8e8; +} + +.site-title:before { + content: ">"; + color: #cc0000; +} + +/** Navbar **/ +.site-nav { + float: right; + line-height: 56px; +} + +.site-nav .page-link { + color: #828282; + margin-left: 20px; +} + +.site-nav .page-link:hover { + color: #e8e8e8; +} + +@media screen and (max-width: 600px) { + .site-nav { + position: absolute; + top: 9px; + right: 30px; + background-color: #fdfdfd; + border: 1px solid #e8e8e8; + border-radius: 5px; + text-align: right; + } + + .site-nav .page-link { + display: block; + padding: 5px 10px; + } +} + +/** Footer **/ +.site-footer { + border-top: 1px solid #e8e8e8; + padding: 30px 0; +} + +.footer-heading { + font-size: 18px; + margin-bottom: 15px; +} + +.contact-list, .social-media-list { + list-style: none; + margin-left: 0; +} + +.footer-col-wrapper { + margin-left: -15px; +} + +.footer-col { + float: left; + padding-left: 15px; +} + +/** Responsive Footer Columns **/ +@media screen and (max-width: 800px) { + .footer-col-1, .footer-col-2 { + width: 50%; + } + + .footer-col-3 { + width: 100%; + } +} + +/** Page Content Styling **/ +.page-content { + padding: 60px 180px; + margin-left: 360px; +} + +@media screen and (max-width: 1200px) { + .page-content { + padding: 60px 80px; + } +} + +@media screen and (max-width: 900px) { + .page-content { + padding: 40px 80px; + margin: 0; + } +} + +@media screen and (max-width: 600px) { + .page-content { + padding: 40px 20px; + } +} + +/** Sidebar **/ +.sidebar-left { + position: fixed; + top: 0; + left: 0; + background-color: #113B51; + width: 360px; + height: 100%; + padding: 80px 0; + font-family: Inconsolata, monospace; +} + +.sidebar-left .title h1 { + font-size: 32px; +} + +.sidebar-left .links a { + display: block; + margin: 10px 0; + font-size: 20px; + color: white; +} + +.sidebar-left .links a:hover { + color: #0093d0; +} + +/** Syntax Highlighting **/ +.highlight { + background: white; +} + +.highlight .k, .highlight .o { + font-weight: bold; +} + +.highlight .cm, .highlight .c1 { + color: #998; + font-style: italic; +} diff --git a/resources/.DS_Store b/events/.DS_Store similarity index 100% rename from resources/.DS_Store rename to events/.DS_Store diff --git a/resources/index.html b/events/index.html similarity index 77% rename from resources/index.html rename to events/index.html index f029cbe..26596d3 100644 --- a/resources/index.html +++ b/events/index.html @@ -1,4 +1,14 @@ -
+ + + + + + + Document + + + +

Helpful Links

@@ -22,4 +32,7 @@

Interships/Full-Time Positions

Indeed

-
\ No newline at end of file +
+ + + diff --git a/events/style.css b/events/style.css new file mode 100644 index 0000000..e69de29 diff --git a/home/homeImages/ACM_KeanUniversity.png b/home/homeImages/ACM_KeanUniversity.png new file mode 100644 index 0000000..c3e914e Binary files /dev/null and b/home/homeImages/ACM_KeanUniversity.png differ diff --git a/home/homeImages/CougarLinkLogo.svg b/home/homeImages/CougarLinkLogo.svg new file mode 100644 index 0000000..15b8910 --- /dev/null +++ b/home/homeImages/CougarLinkLogo.svg @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/home/homeImages/Kean-Seal-615x415.png b/home/homeImages/Kean-Seal-615x415.png new file mode 100644 index 0000000..22f6222 Binary files /dev/null and b/home/homeImages/Kean-Seal-615x415.png differ diff --git a/home/homeImages/MeetTheTeam.png b/home/homeImages/MeetTheTeam.png new file mode 100644 index 0000000..d1cd3bb Binary files /dev/null and b/home/homeImages/MeetTheTeam.png differ diff --git a/home/homeImages/acm.png b/home/homeImages/acm.png new file mode 100755 index 0000000..7fb0372 Binary files /dev/null and b/home/homeImages/acm.png differ diff --git a/home/index.html b/home/index.html old mode 100644 new mode 100755 index 6eb0b51..be942e6 --- a/home/index.html +++ b/home/index.html @@ -1,1473 +1,101 @@ - -
- - - - -

Fall 2020

- -
-
- Introduction & Discussion - ACM -

Join us while we discuss what Kean ACM has to offer for the Fall semester and discuss the new online setting. Feel - free to bring any questions that you may have about either.

-
-
- - - September 8th, 2020 - - - - 3:30 p.m. - - - - Link - -
-
- -
-
- Career/Intership Discussion - ACM -

Join us to learn more about our Kean ACM community! We will also be discussing our executive board's - summer experiences, as well as research at Kean. The format is interrupt-driven open discussion, where anyone can ask a question at any time (especially if you're not - familiar with certain terminology). We look forward to seeing and speaking with you!. Feel - free to bring any questions that you may have.

-
-
- - - September 12th, 2020 - - - - 12:00 p.m. - - - - Link - -
-
- -
-
- NodeJS Workshop - ACM - Neil Tellez -

Come learn about NodeJS, an open-source JavaScript runtime environment that executes JavaScript code outside of the browser. - This workshop will go over how NodeJS can be used for server-side scripting to provide content to user's web browsers - and you will be learning some basics of the most utilized frameworks in the CS work field for full-stack development.

-
-
- - - September 29th, 2020 - - - - 3:30 p.m. to 4:15 p.m. - - - - Link - -
-
- - - -

Spring 2020

- -
-
- Intro & Career Discussion - ACM -

Join us while we discuss what Kean ACM has to offer for the Spring semester and discuss careers in CS/IT. Feel - free to bring any questions that you may have about either.

-
-
- - - Jan 30, 2020 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- MVC Workshop - ACM - Naim Hopkins -

Interested in Software Design Patterns? Stop by and learn about one of the most popularly used design patterns - in today’s software called MVC. Hope to see you there!

-
-
- - - Feb 13, 2020 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- NodeJS Workshop - ACM - Philip Kenny -

Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside - of a browser. Node.js lets developers use JavaScript to write command-line tools and for server-side - scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's - web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web application - development around a single programming language, rather than different languages for server- and client-side - scripts. In this workshop, we will be learning about the basic utilization of one of the most utilized - frameworks in the CS work field for full-stack development, and how you can personally learn and utilize this - framework in your own projects.

-
-
- - - Feb 27, 2020 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- API Workshop - ACM - Philip Kenny -

API's are services available that you can either create or utilize from a third party from web-based systems, - database systems, or software libraries. They are essential for performing functionalities that your project - doesn't have, or does not need to be developed as it is already created. Utilizing API's are effective for - having less of a process load on your server, having overall simpler code and maintenance. Since web-based - programs are very common to utilize API's, in this workshop we will teach how to communicate with a web-based - API, and utilize this data for your website.

-
-
- - - April 9, 2020 - - - - 3:30 p.m. - - - - Google Hangouts - -
-
- -
-
- VueJS Workshop - ACM - Nick Mitchell -

This workshop will introduce members to the Vue.JS JavaScript framework by using Vue CLI and creating a website - from a template generated with Vue CLI.

-
-
- - - April 23, 2020 - - - - 3:30 p.m. - - - - Google Meet - -
-
- -


-

Fall 2019

- -
-
- Intro and Career Discussion - ACM -

Join us to learn more about our Kean ACM community! We will also be discussing our executive board's - summer - experiences in the financial and healthcare industries, as well as research at Kean. The format is - interrupt-driven open discussion, where anyone can ask a question at any time (especially if you're not - familiar - with certain terminology). We look forward to seeing and speaking with you!

-
-
- - - Sept 25, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Programming Challenge Series - Easy - ACM - Naim Hopkins -

Join us to develop coding and problem-solving skills by using popular programming challenge websites, - such as - Leetcode and Hackerrank. Be prepared to use your understanding of various algorithms, data structures. - discrete - math, and your favorite programming language. We will discuss these challenges in a group setting to - improve - your programming interview skills.

-
-
- - - Oct 2, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- AWS Chatbot Workshop - ACM - Philip Kenny -

AWS (Amazon Web Services) is a cloud computing platform that allows for the deployment of different - types of - projects as well as server hosting. In this workshop, we will show you how to create a chatbot on the - AWS - platform. This will involve the creation of an EC2 instance on AWS and light programming. Join us to - learn more - and expand your knowledge of cloud computing and AI!

-
-
- - - Oct 9, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Programming Challenge Series - Easy - ACM - Naim Hopkins -

Join us to develop coding and problem-solving skills by using popular programming challenge websites, - such as - Leetcode and Hackerrank. Be prepared to use your understanding of various algorithms, data structures. - discrete - math, and your favorite programming language. We will discuss these challenges in a group setting to - improve - your programming interview skills.

-
-
- - - Oct 16, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Static Webpage Workshop (HTML, CSS, Bootstrap, and GitHub Pages) - ACM - Nick Mitchell and Daniel Henriques -

We will be giving a workshop onto how to build a simple website. This website could possibly be used - for a - personal portfolio. We will be using HTML, CSS, and bootstrap. We will also go over Static website - hosting on - Github.

-
-
- - - Oct 23, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Programming Challenge Series - Easy - ACM - Naim Hopkins -

Join us to develop coding and problem-solving skills by using popular programming challenge websites, - such as - Leetcode and Hackerrank. Be prepared to use your understanding of various algorithms, data structures. - discrete - math, and your favorite programming language. We will discuss these challenges in a group setting to - improve - your programming interview skills.

-
-
- - - Oct 30, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Android Studio Workshop - ACM - Naim Hopkins -

During this meeting, we will be teaching how to create an Android mobile app using Android Studio. - Please - preinstall Android Studio before the meeting to ensure that time can be used for the coding portion. - Beginners - are welcome!

-
-
- - - Nov 6, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Programming Challenge Series - Medium - ACM - Naim Hopkins -

Join us to develop coding and problem-solving skills by using popular programming challenge websites, - such as - Leetcode and Hackerrank. Be prepared to use your understanding of various algorithms, data structures. - discrete - math, and your favorite programming language. We will discuss these challenges in a group setting to - improve - your programming interview skills.

-
-
- - - Nov 13, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Programming Challenge Series - Medium - ACM - Naim Hopkins -

Join us to develop coding and problem-solving skills by using popular programming challenge websites, - such as - Leetcode and Hackerrank. Be prepared to use your understanding of various algorithms, data structures. - discrete - math, and your favorite programming language. We will discuss these challenges in a group setting to - improve - your programming interview skills.

-
-
- - - Nov 27, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- CS/IT Jeopardy! - ACM - Daniel Henriques and Philip Kenny -

Want a break before finals! Too bad!! Prepare yourself and a group of friends to participate in extreme - competition for this semester's CS/IT Jeopardy game!!! Don't worry about eating before to restore - brainpower for - this epic competition as we will have Pizza and Beverages for this event. Come out and have some fun! -

-
-
- - - Dec 4, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- ⭐ HackKean ⭐ - ACM -

Join us for 12 hours as we build apps, hardware, and more at the beautiful Kean University campus. We will - provide a comfortable and enlivening atmosphere for you to build out progressive, innovative, and crazy ideas. - At HackKean, you’ll meet fellow hackers, learn new technologies, and hone your skills. We'll have free food, - swag, prizes, games, and more. Don’t have a team or an idea? Don’t worry! We’ll connect you with others and give - you the tools to build something incredible.

-
-
- - - December 7, 2019 - - - - 9:00 a.m. - 9:00 p.m. - - - - NAAB 1st and 2nd Floor - -
-
- -
-
- - Programming Challenge Series - Easy - ACM - Naim Hopkins -

Join us to develop coding and problem-solving skills by using popular programming challenge websites, - such as - Leetcode and Hackerrank. Be prepared to use your understanding of various algorithms, data structures. - discrete math, and your favorite programming language. We will discuss these challenges in a group - setting to - improve your programming interview skills.

-
- -
- - - Dec 11, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -


-

Spring 2019

- -
-
- Intro and Welcome Back - ACM - Daniel Henriques -

Hello everyone! I hope you can join us to start off the 2019 Spring Semester. This event will be more - casual - and will have pizza and drinks provided!

-
-
- - - Jan 31, 2019 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- HTML & Web Development Workshop - ACM - Kevin Tapia & Philip Kenny -

Learn the fundamental basics for developing a simple web page and more!

-
-
- - - Feb 14, 2019 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- GitHub Pages Workshop - ACM - Syed Nadeem -

GitHub allows a feature that allows you to host a web page on their service called GitHub pages. In - this - workshop, we will explore what GitHub pages is, how it is used to host a web page, and adding your own - domain - name to use for your GitHub pages.

-
-
- - - Feb 28, 2019 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- Micro-Controllers Workshop - ACM - Alexander Cameron -

Join the ACM for an interactive workshop diving into the world of Micro-controllers! Learn about some - of the - most popular micro-controllers on the market today and how they are improving the CS/IT field. The - meeting will - be held in NAAB rm 109 on March 28th from 3:30pm to 4:15pm. bring your laptop so you can join in - the - creation of a project -

-
-
- - - Mar 28, 2019 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- Amazon Web Services (AWS) Workshop - ACM - Philip Kenny -

Amazon Web Services (AWS), is one of the largest cloud computing services on the web which allows - users to - run code, develop, create databases and more. Prices range from free tiers, to paid subscription - based, which - is useful from individual developers, to large scaled companies and government. We will be showing you - the - advantages of using the AWS, and the multiple things you can do on this platform.

-
- -
- - - Apr 11, 2019 - - - - 3:30 p.m. - - - - NAAB 109 - - -
-
- -
-
- Genetic Algorithms Workshop - ACM - Kevin Tapia -

Ever thought about how AI works? This workshop will dive into a specific algorithm called a Genetic - Algorithm. - Join us and learn how the theory of evolution is used in computing! -

-
-
- - - Apr 25, 2019 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- CS/IT Jeopardy! - ACM - Philip Kenny -

Join us in closing out the 2018-2019 academic year with a fun and social game of Jeopardy featuring CS - and IT - related questions! Pizza and drinks provided! -

-
-
- - - May 2, 2019 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -


-

Fall 2018

- -
-
- Congrats to the new E-Board!!! - ACM -

Daniel Henriques - President

-

Kevin Tapia - Vice President

-

Syed Fahad Nadeem - Secretary

-

Philip Kenny - Treasurer

-

Alexander Cameron - Public Relations

-
-
- -
-
- Introduction to ACM! - ACM -

Welcome to the 2018-2019 school year! For our first ACM meeting, we will be introducing our new - Executive board - members for ACM and ACM-W. Join us to network with your peers and learn more about ACM!

-
-
- - - Sept 20, 2018 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- Ernst & Young (E&Y) Information Session - The School of Computer Science -

The School of Computer Science will be hosting an informational session with Ernst & Young (EY). Please - join to - learn more! (There will be no ACM meeting this week)

-
-
- - - Oct 4, 2018 - - - - 3:30 p.m. - - - - NAAB 206 - -
-
- -
-
- 3D Printing Workshop - ACM - Alexander Cameron -

Have you ever wondered what 3-D printing was? Do you want to learn how to 3-D print on your own? Join - us for a - 3-D printing workshop hosted by Alexander Cameron. You will learn how to configure the 3-D printer, what - files - are used, and see the printing in action.

-
-
- - - Oct 25, 2018 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- Hacking and Slashing - ACM - Philip Kenny -

We will be having a workshop on topics relating to hacking hosted by Philip Kenny. Topics will relate - to - cryptography, virtual machines, and Kali Linux! Join to learn more!

-
-
- - - Nov 1, 2018 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- GitHub: The Basics - ACM - Syed Nadeem -

We will be having a workshop regarding the basics of GitHub hosted by Syed Fahad Nadeem. Learn about - what - GitHub is, and how you can use GitHub to upload your projects.

-
-
- - - Nov 15, 2018 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- CS/IT Jeopardy - ACM - Daniel Henriques -

Join us in fun-filled CS/IT Jeopardy to close out the year! Pizza and drinks provided!

-
-
- - - Dec 6, 2018 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -


-

2017 - 2018

- -
-
- Github Workshop - ACM -

GitHub is a code hosting platform for version control and collaboration. It lets you and others work - together - on projects from anywhere. Learn about github, its uses and applications. We will be having a small - workshop on - the basics of using github and its applications in open source projects.

-
-
- - - Feb 8, 2018 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- Meet and Greet - ACM -

Welcome back to school! Come and join us for our first meeting of 2018. Learn about upcoming events and - what we - have in store for the Spring semester!

-
-
- - - Jan 23, 2018 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- ⭐ Local Hackday ⭐ - ACM -

12 hours of hacking! MLH Local Hack Day is a 12 hour hack day on your school's campus that brings - together the - local hacker community to celebrate building awesome technology. There will be tech workshops and other - fun - activities!

-
-
- - - Dec 2, 2017 - - - - 9:00am - 9:00pm - - - - NAAB 2nd floor - -
-
- -
-
- Resume Building Workshop - ACM -

The ACM Executive Board is going to provide helpful tips for resume building such as: How to create a - great - objective for your resume Building content in your resume with and without any experience How to - illustrate your - resume utilizing designing tools. Bring a Laptop and Questions!!! P.S This meeting will be only relevant - to - CS/IT Students.

-
-
- - - Nov 16, 2017 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- Inroads Internship Opportunities - Inroads -

INROADS is a great way to get an internship. Jose Santiago will be speaking at the event about all the - great - opportunities you can get through INROADS. We welcome all majors to join us. BRING YOUR RESUME! *PAID - INTERNSHIP - OPPORTUNITIES.*

-
-
- - - Nov 9, 2017 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- !Light LocalHost - ACM -

Thomas Yamakaitis will be hosting a fun game that Major League Hacking organizes at many hackathons. - Using a - really basic code editor, students have 15-20 minutes to replicate a webpage with no previews along the - way. - This game will shape your skills in web development. Bring a Laptop! MLH LocalHost will provide us free - swag!! -

-
-
- - - Oct 26, 2017 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Web Development - ACM -

Our vice-president Thomas Yamakaitis is going to talk to us about the importance of knowing web - development and - how to create your own personal website. Bring a laptop! *This event will help you participate in our - next event - !Light LocalHost MLH.

-
-
- - - Oct 12, 2017 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- What Did I Do This Summer - ACM -

Learn about the experiences of our members during their summer internships/jobs. What did I do this - summer? - Come join us for our 2nd meeting of the semester. We will have students speaking about what they did - over the - summer! Learn about experiences Kean students had while interning, studying abroad, and researching over - the - summer. Join us to discuss internships and how to get summer opportunities! We will have pizza and - refreshments. -

-
-
- - - Sep 28, 2017 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- Welcome Back - ACM -

First meeting of the semester. Welcome back to school! Come join us for our first meeting of the Fall - 2017 - semester. We will be introducing our newly elected E-board, meet new members, building connections, and - talking - about future meetings.

-
-
- - - Sep 14, 2017 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- Congrats to the new E-Board!!! - ACM -

Carlos Flores - President

-

Thomas Yamakaitis - Vice President

-

Reuben Hernandez - Secretary

-

Arian Gonzalez - Treasurer

-

Daniel Henriques - Public Relations

-
-
- -


-

2016 - 2017

- -
-
- JavaFX - ACM -

Using Java programming to manipulate animations

-
-
- - - Mar 2, 2017 - - - - 3:30 p.m. - - - - NAAB 207 - -
-
- -
-
- git - ACM -

Learn how to use git, git commands, git hosting services and repositories

-
-
- - - Feb 16, 2017 - - - - 3:30 p.m. - - - - NAAB 207 - -
-
- -
-
- Welcome Back! - ACM -

Welcome back from the break! Come out to our first meeting and learn about what events we have planned - for this - semester!

-
-
- - - Jan 26, 2017 - - - - 3:30 p.m. - - - - NAAB 207 - -
-
- -
-
- WebMD - Derek Chang -

Derek Chang is currently a Sr. Director at WebMD in the areas of Cloud, Automation and Performance - Engineering. - Derek will be discussing how information technology works and the latest technology trend he has seen - over the - years.

-
-
- - - Dec 8, 2016 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- JerseySTEM - Girls Who Code -

JerseySTEM is a network of parents, professionals, students and educators whose goal is to promote - excellence - in STEM education. JerseySTEM is also committed to bridging the gender gap in STEM education and sharing - STEM-related opportunities with underprivileged students and communities.

-
-
- - - Dec 1, 2016 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Kean's Business Internship Fair 👔 - Business Dept. -

Fortune 500, midsize, and small companies in the NY/NJ metropolitan area will be attending the fair! - Dress - professionally, bring a great resume and bring copies of it to hand out to company representatives.

-
-
- - - Nov 17, 2016 - - - - 3:30 p.m. - - - - Green Lane 2nd & 3rd Floor - -
-
- -
-
- Google is coming to Kean ⭐ - EOF/EEO Program -

Google will be hosting a "Life at Google" talk on campus about Google and the opportunities they offer - to - students. There will be swag and information on the many internship and full-time opportunities - available.

-

- >>>>>>RSVP - <<<<<<

-
-
- - - Nov 10, 2016 - - - - 3:30 p.m. - - - - NAAB Auditorium - -
-
- -
-
- Everest Re 🚩 - Ralph H Groce III -

Everest Re's CIO is visiting Kean to give insight about Everest Re, and the opportunities it has in - store for - students (internships, entry-level positions, etc.)

-
-
- - - Nov 3, 2016 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- - -
-
- Advising Meeting - 📓 - CS Department -

Come to hear about Spring 2017 courses, 4-year plans (which are really helpful), and advice from - upper-class - students on classes that they recommend to take

-
-
- - - Oct 27, 2016 - - - - 3:30 p.m. - - - - NAAB 109 - -
-
- -
-
- IEEE University Partnership - Kristen MacCartney -

Learn how IEEE Xplore can help you improve your career search; impress in an interview; - scholarships, - fellowships, etc

-
-
- - - Oct 20, 2016 - - - - 3:30 p.m. - - - - NAAB 208 - -
-
- -
-
- Networking Devices - Luigi Vincent -

Workshop on how to communicate with a server to build an IRC-like chat app

-
-
- - - Oct 13, 2016 - - - - 3:30 p.m. - - - - NAAB 139 - -
-
- -
-
- What Did I Do This Summer - ACM Members -

Learn about the experiences of our members during their summer internships/jobs

-
-
- - - Sep 29, 2016 - - - - 3:30 p.m. - - - - Willis Hall 400 - -
-
- -
-
- Welcome Back - ACM -

First meeting of the semester

-
-
- - - Sep 15, 2016 - - - - 3:30 p.m. - - - - Willis Hall 400 - -
-
-
+ + + + + + Navbar and Cards + + + + + + + + + +
+ + + + + +
+ + +
+ +

+ + + + +
+ + +

Welcome to Kean ACM

+

Explore the cards below to learn more about what we do!

+ +
+ + + + +
+ +
+ +

About

+

Learn more about the ACM club at Kean University

+ + + +
+ + +
+ +

Events

+

View and RSVP to our scedualed events

+ + + +
+ + +
+ +

Join On CougarLink

+

If you are a kean student be sure to join on cougar link

+ + + +
+ + +
+ +

Staff

+

Meet our staff members

+ + + +
+
+ + diff --git a/home/particles.js b/home/particles.js new file mode 100644 index 0000000..21aef66 --- /dev/null +++ b/home/particles.js @@ -0,0 +1,106 @@ +document.addEventListener("DOMContentLoaded", function () { + particlesJS('particles-js', { + particles: { + number: { + value: 50, + density: { + enable: true, + value_area: 800 + } + }, + color: { + value: "#ffffff" + }, + shape: { + type: "circle", + stroke: { + width: 0, + color: "#000000" + }, + polygon: { + nb_sides: 5 + } + }, + opacity: { + value: 0.5, + random: false, + anim: { + enable: false, + speed: 1, + opacity_min: 0.1, + sync: false + } + }, + size: { + value: 5, + random: true, + anim: { + enable: false, + speed: 40, + size_min: 0.1, + sync: false + } + }, + line_linked: { + enable: true, + distance: 150, + color: "#ffffff", + opacity: 0.4, + width: 1 + }, + move: { + enable: true, + speed: 2, + direction: "none", + random: false, + straight: false, + out_mode: "out", + attract: { + enable: false, + rotateX: 600, + rotateY: 1200 + } + } + }, + interactivity: { + detect_on: "canvas", + events: { + onhover: { + enable: true, + mode: "repulse" + }, + onclick: { + enable: true, + mode: "push" + }, + resize: true + }, + modes: { + grab: { + distance: 400, + line_linked: { + opacity: 1 + } + }, + bubble: { + distance: 400, + size: 40, + duration: 2, + opacity: 8, + speed: 3 + }, + repulse: { + distance: 200, + duration: 0.4 + }, + push: { + particles_nb: 4 + }, + remove: { + particles_nb: 2 + } + } + }, + retina_detect: true + }); +}); diff --git a/home/styles.css b/home/styles.css new file mode 100755 index 0000000..cdbdbc3 --- /dev/null +++ b/home/styles.css @@ -0,0 +1,198 @@ +/* General reset */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: Arial, sans-serif; +} + +html{ + height: 100%; /* Make sure both elements fill the viewport */ + margin: 0; + padding: 0; +} + + +/* Body styling with gradient background */ +body { + + background: #26293c /*#1a1b50/*#131140*/; + display: flex; + flex-direction: column; + align-items: center; + min-height: 100vh; + + +} + +/* Navbar styling with rounded bottom */ +.navbar { + background-color: rgba(27, 27, 27, 0.9); + padding: 15px 30px; + border-radius: 0 0 15px 15px; /* Rounded bottom corners */ + box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Stronger shadow */ + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; + position: fixed; + top: 0; + left: 0; + z-index: 100; +} + +/* Horizontal navigation list */ +.nav-list { + list-style-type: none; + display: flex; + gap: 20px; + +} + +/* Link styling */ +.nav-item { + text-decoration: none; + font-size: 18px; + color: #ffffff; + font-weight: 500; + transition: color 0.3s; + padding: 5px 10px; +} + +.nav-item:hover { + color: #0073e6; +} + +/* Navbar logo styling */ +.navbar-logo { + height: 40px; + width: auto; +} + +/* Welcome message styling */ +.welcome-message { + text-align: center; + margin-top: 100px; /* Moves it down below navbar */ + margin-bottom: 20px; + padding: 10px; +} + +.welcome-message h1 { + font-size: 60px; /* Increase font size */ + font-weight: bold; /* Make it bolder */ + color: #ffffff; + margin-bottom: 2px; /* Adjust spacing if needed */ +} + +.welcome-message p { + font-size: 22px; /* Increase the font size for the description */ + color: #ffffff; + margin-top: 10px; /* Adjust spacing if needed */ +} + +/* Typed message font */ +.typed-message h1 { + font-size: 62px; + color: rgb(0, 255, 55); +} + +/* Card container styling */ +.card-container { + display: flex; + justify-content: center; + align-items: stretch; /* Ensure all cards stretch to the same height */ + gap: 40px; + padding: 20px; + width: 100%; + flex-wrap: wrap; +} + +/* Card styling with increased width */ +.card { + background-color: rgb(255, 255, 255); + width: 600px; /* Same width */ + border: 2px solid black; + border-radius: 15px; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); + text-align: center; + padding: 30px; + transition: transform 0.3s ease; + overflow: hidden; + display: flex; + flex-direction: column; + justify-content: space-between; /* Ensure even spacing within the card */ + height: 100%; /* Set a fixed height for all cards */ +} + +.card:hover { + transform: scale(1.05); +} + + +/* Card image styling */ +/* Card image styling */ +/* Card image with bottom border */ +.card-image { + width: 100%; + height: auto; + max-height: 200px; + object-fit: contain; + border-bottom: 1px solid black; + border-radius: 15px 15px 0 0; + margin-bottom: 15px; +} + +/* Card title */ +.card h3 { + font-size: 20px; + margin-bottom: 10px; + color: #333; +} + +/* Card description */ +.card p { + font-size: 16px; + color: #777; + margin-bottom: 15px; +} + +/* Button inside the card */ +.card-button { + margin-top: auto; /* Pushes the button to the bottom of the card */ + padding: 10px 20px; + border: none; + border-radius: 20px; + color: white; + font-weight: bold; + width: 80%; + cursor: pointer; + transition: background-color 0.3s; +} + +.card-button:hover { + opacity: 0.9; +} + +/* Responsive design for smaller screens */ +@media (max-width: 768px) { + .nav-list { + justify-content: space-around; + } + + .card-container { + flex-direction: column; + align-items: center; + } +} + +#particles-js { + position: absolute; + width: 100%; + height: 100vh; + top: 0; + left: 0; + z-index: -1; /* Place behind other content */ + /*background-color: #1a1b50; /* Optional background color */ +} + +/*#1a1b50;*/ \ No newline at end of file diff --git a/index.html b/index.html old mode 100644 new mode 100755 index f38a652..3fad953 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + diff --git a/staff/index.html b/staff/index.html new file mode 100644 index 0000000..5ab0623 --- /dev/null +++ b/staff/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Staff Page

+ + \ No newline at end of file