From 41e430dc0f50e1c303c98b53c065e7e9585f09fb Mon Sep 17 00:00:00 2001 From: Laszlo Rafael <rlacko99@gmail.com> Date: Thu, 17 Feb 2022 10:45:24 +0100 Subject: [PATCH] Update available places --- src/components/pages/Home.js | 152 +++++++++++++++++------------------ 1 file changed, 76 insertions(+), 76 deletions(-) diff --git a/src/components/pages/Home.js b/src/components/pages/Home.js index b1c77f2..b76f796 100644 --- a/src/components/pages/Home.js +++ b/src/components/pages/Home.js @@ -1,4 +1,4 @@ -import './Home.css'; +import "./Home.css"; import { Button, @@ -9,15 +9,15 @@ import { Image, Responsive, Segment, -} from 'semantic-ui-react'; +} from "semantic-ui-react"; /* eslint-disable react/jsx-props-no-spreading */ -import React, { Component } from 'react'; +import React, { Component } from "react"; -import KSZKbiglogo from '../images/kszk_with_shadow.png'; -import { Link } from 'react-router-dom'; -import Slider from 'react-slick'; -import { connect } from 'react-redux'; -import { getImages } from '../../actions/home'; +import KSZKbiglogo from "../images/kszk_with_shadow.png"; +import { Link } from "react-router-dom"; +import Slider from "react-slick"; +import { connect } from "react-redux"; +import { getImages } from "../../actions/home"; const settings = { dots: false, @@ -58,8 +58,8 @@ class Home extends Component { content="Üdvözlünk a" inverted style={{ - fontSize: '3vw', - fontWeight: 'normal', + fontSize: "3vw", + fontWeight: "normal", marginBottom: 0, }} /> @@ -68,10 +68,10 @@ class Home extends Component { content="Kollégiumi Számítástechnikai Kör" inverted style={{ - fontSize: '3.5vw', - fontWeight: 'bold', - marginBottom: '0.5vw', - marginTop: '0.5vw', + fontSize: "3.5vw", + fontWeight: "bold", + marginBottom: "0.5vw", + marginTop: "0.5vw", }} /> <Header @@ -79,26 +79,26 @@ class Home extends Component { content="újoncképzésének weboldalán!" inverted style={{ - fontSize: '3vw', - fontWeight: 'normal', + fontSize: "3vw", + fontWeight: "normal", marginBottom: 0, - marginTop: '0.5vw', + marginTop: "0.5vw", }} /> <Image verticalAlign="middle" src={KSZKbiglogo} - style={{ marginTop: '1vw', width: '17%' }} + style={{ marginTop: "1vw", width: "17%" }} /> <Header as="h1" content="Szeretettel várunk a KSZKépzésre!" inverted style={{ - fontSize: '3vw', - fontWeight: 'normal', + fontSize: "3vw", + fontWeight: "normal", marginBottom: 0, - marginTop: '1vw', + marginTop: "1vw", }} /> <Container> @@ -109,11 +109,11 @@ class Home extends Component { primary size="huge" style={{ - fontSize: '2vw', - marginTop: '1vw', - marginBottom: '1vw', - fontWeight: 'bold', - letterSpacing: '0.13vw', + fontSize: "2vw", + marginTop: "1vw", + marginBottom: "1vw", + fontWeight: "bold", + letterSpacing: "0.13vw", }} > Jelentkezés @@ -125,11 +125,11 @@ class Home extends Component { primary size="huge" style={{ - fontSize: '2vw', - marginTop: '1vw', - marginBottom: '1vw', - fontWeight: 'bold', - letterSpacing: '0.13vw', + fontSize: "2vw", + marginTop: "1vw", + marginBottom: "1vw", + fontWeight: "bold", + letterSpacing: "0.13vw", }} > Bejelentkezés @@ -159,8 +159,8 @@ class Home extends Component { content="Üdvözlünk a" inverted style={{ - fontSize: '5vw', - fontWeight: 'bold', + fontSize: "5vw", + fontWeight: "bold", marginBottom: 0, }} /> @@ -169,10 +169,10 @@ class Home extends Component { content="Kollégiumi Számítástechnikai Kör" inverted style={{ - fontSize: '6vw', - fontWeight: 'bold', - marginBottom: '0.5vw', - marginTop: '0.5vw', + fontSize: "6vw", + fontWeight: "bold", + marginBottom: "0.5vw", + marginTop: "0.5vw", }} /> <Header @@ -180,27 +180,27 @@ class Home extends Component { content="újoncképzésének weboldalán!" inverted style={{ - fontSize: '5vw', - fontWeight: 'bold', + fontSize: "5vw", + fontWeight: "bold", marginBottom: 0, - marginTop: '0.5vw', + marginTop: "0.5vw", }} /> <Image className="kszklogo" verticalAlign="middle" src={KSZKbiglogo} - style={{ marginTop: '1vw', width: '20%' }} + style={{ marginTop: "1vw", width: "20%" }} /> <Header as="h1" content="Szeretettel várunk a KSZKépzésre!" inverted style={{ - fontSize: '5vw', - fontWeight: 'bold', + fontSize: "5vw", + fontWeight: "bold", marginBottom: 0, - marginTop: '1vw', + marginTop: "1vw", }} /> <Container> @@ -211,11 +211,11 @@ class Home extends Component { primary size="massive" style={{ - fontSize: '4vw', - marginTop: '1.5vw', - marginBottom: '1vw', - fontWeight: 'bold', - letterSpacing: '0.15vw', + fontSize: "4vw", + marginTop: "1.5vw", + marginBottom: "1vw", + fontWeight: "bold", + letterSpacing: "0.15vw", }} > Jelentkezés @@ -227,11 +227,11 @@ class Home extends Component { primary size="massive" style={{ - fontSize: '4vw', - marginTop: '1vw', - marginBottom: '1vw', - fontWeight: 'bold', - letterSpacing: '0.15vw', + fontSize: "4vw", + marginTop: "1vw", + marginBottom: "1vw", + fontWeight: "bold", + letterSpacing: "0.15vw", }} > Bejelentkezés @@ -250,12 +250,12 @@ class Home extends Component { renderText() { const kszk_age = new Date().getFullYear() - 1976; return ( - <Segment style={{ padding: '8em 0em', fontFamily: 'Arial' }} vertical> + <Segment style={{ padding: "8em 0em", fontFamily: "Arial" }} vertical> <Container text> - <Header as="h3" style={{ fontSize: '2em', fontFamily: 'Arial' }}> + <Header as="h3" style={{ fontSize: "2em", fontFamily: "Arial" }}> Kik is vagyunk mi? </Header> - <p style={{ fontSize: '1.33em', fontFamily: 'Arial' }}> + <p style={{ fontSize: "1.33em", fontFamily: "Arial" }}> A Kollégiumi Számítástechnikai Kör az Egyetem legrégebben működő és legnagyobb aktív, informatikával foglalkozó öntevékeny csoportosulása, idén ünnepeljük {kszk_age}. születésnapunkat. A @@ -267,11 +267,11 @@ class Home extends Component { <Button as={Link} size="large" to="/groups"> Ismerd meg a köreinket! <Icon name="right arrow" /> </Button> - <Divider as="h4" className="header" style={{ margin: '3em 0em' }} /> - <Header as="h3" style={{ fontSize: '2em', fontFamily: 'Arial' }}> + <Divider as="h4" className="header" style={{ margin: "3em 0em" }} /> + <Header as="h3" style={{ fontSize: "2em", fontFamily: "Arial" }}> Lehetőségek </Header> - <p style={{ fontSize: '1.33em', fontFamily: 'Arial' }}> + <p style={{ fontSize: "1.33em", fontFamily: "Arial" }}> A KSZK a lehetőségek tárháza, a hely ahol Te – leendő mérnök – minden területen kipróbálhatod, továbbképezheted magad. Nálunk kibontakoztathatod kreativitásod, tapasztalatot, mérnöki szemléletet @@ -281,13 +281,13 @@ class Home extends Component { szakma egy-egy meghatározó területével foglalkoznak a fejlesztés és üzemeltetés területén. </p> - <Divider as="h4" className="header" style={{ margin: '3em 0em' }} /> - <Header as="h3" style={{ fontSize: '2em', fontFamily: 'Arial' }}> + <Divider as="h4" className="header" style={{ margin: "3em 0em" }} /> + <Header as="h3" style={{ fontSize: "2em", fontFamily: "Arial" }}> Miért jó KSZK-snak lenni? </Header> <div class="quote--container" - style={{ fontSize: '1.5em', fontFamily: 'Arial' }} + style={{ fontSize: "1.5em", fontFamily: "Arial" }} > <p class="quote"> Szerintem KSZK-snak jó lenni, mert rengeteget tanulok belőle. @@ -303,7 +303,7 @@ class Home extends Component { </div> <div class="quote--container" - style={{ fontSize: '1.5em', fontFamily: 'Arial' }} + style={{ fontSize: "1.5em", fontFamily: "Arial" }} > <p class="quote"> A nulláról kezdtem a képzést és az egyetemi tanulmányaimat is, @@ -315,7 +315,7 @@ class Home extends Component { </div> <div class="quote--container" - style={{ fontSize: '1.5em', fontFamily: 'Arial' }} + style={{ fontSize: "1.5em", fontFamily: "Arial" }} > <p class="quote"> Amikor idejöttem egyetemre nem tudtam, hogy mennyire fogom @@ -331,7 +331,7 @@ class Home extends Component { </div> <div class="quote--container" - style={{ fontSize: '1.5em', fontFamily: 'Arial' }} + style={{ fontSize: "1.5em", fontFamily: "Arial" }} > <p class="quote"> Számtalan dologgal foglalkozunk, és tényleg azt csinálhatom, ami @@ -341,11 +341,11 @@ class Home extends Component { </p> <p class="quote--author">– Blint</p> </div> - <Divider as="h4" className="header" style={{ margin: '3em 0em' }} /> - <Header as="h3" style={{ fontSize: '2em', fontFamily: 'Arial' }}> + <Divider as="h4" className="header" style={{ margin: "3em 0em" }} /> + <Header as="h3" style={{ fontSize: "2em", fontFamily: "Arial" }}> Képzésünk </Header> - <p style={{ fontSize: '1.33em', fontFamily: 'Arial' }}> + <p style={{ fontSize: "1.33em", fontFamily: "Arial" }}> Nyolc alkalmas képzésünk végén Te is igazi KSZK-ssá válhatsz, hiszen rengeteg szakmai tudást igyekszünk átadni nektek. A képzésalkalmak rendkívül jó hangulatban telnek, és a szociális irányultságú @@ -355,19 +355,19 @@ class Home extends Component { időpontban. Várhatóan a képzés ideje alatt május elején rendezünk tábort. Az alkalmakon és a táboron kötelező a részvétel. </p> - <Divider as="h4" className="header" style={{ margin: '3em 0em' }} /> + <Divider as="h4" className="header" style={{ margin: "3em 0em" }} /> <Segment inverted color="red" tertiary> - <Header as="h3" style={{ fontSize: '2em', fontFamily: 'Arial' }}> + <Header as="h3" style={{ fontSize: "2em", fontFamily: "Arial" }}> Korlátos férőhely </Header> - <p style={{ fontSize: '1.33em', fontFamily: 'Arial' }}> + <p style={{ fontSize: "1.33em", fontFamily: "Arial" }}> Általánosságban elmondható, hogy a KSZK tagjai rengeteg dologgal foglalkoznak a hétköznapjaik során, hogy minden informatikai rendszer úgy működjön a kollégiumban, ahogy kell. Így van ez velünk képzőkkel is, emiatt hetente csak egy képzésalkalmat - tartunk majd és maximum 45 embert tudunk befogadni. + tartunk majd és maximum 44 embert tudunk befogadni. </p> - <p style={{ fontSize: '1.33em', fontFamily: 'Arial' }}> + <p style={{ fontSize: "1.33em", fontFamily: "Arial" }}> Sajnos előfordulhat olyan eset, hogy valaki már nem fér be a képzésre, ezért kérünk titeket, hogy ennek tudatában jelentkezzetek majd. Ilyen esetben reméljük ez nem szegi @@ -385,12 +385,12 @@ class Home extends Component { <Responsive minWidth={600}> <div className="car-image-kszk"> <div /> - {this.renderSlider(0, '120%')} + {this.renderSlider(0, "120%")} </div> {this.renderText()} </Responsive> <Responsive maxWidth={600}> - <div className="car-image-kszk">{this.renderSlider(1, '200%')}</div> + <div className="car-image-kszk">{this.renderSlider(1, "200%")}</div> {this.renderText()} </Responsive> </div> -- GitLab