Skip to content

Commit

Permalink
Merge pull request #31 from CDC-IITDH/nitin
Browse files Browse the repository at this point in the history
made corrections
  • Loading branch information
JayaSurya-27 authored Jul 24, 2024
2 parents d3b7c23 + 5c35783 commit 8d0d5a5
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 32 deletions.
2 changes: 1 addition & 1 deletion src/component/Menabout/Campus.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function Campus() {
<div className="dnumber"></div>
<div className="text">
<h2>About CDC</h2>
<p>
<p style={{textAlign:"justify"}}>
CDC is a student driven body of IIT Dharwad that supports
the student community in shaping and managing their careers
by building critical ingredients required for a student to
Expand Down
10 changes: 5 additions & 5 deletions src/component/Menabout/University.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function University() {
</h5>
<h2>A Few Words About IIT Dharwad</h2>
</div>
<p className="txt-clr">
<p className="txt-clr" style={{textAlign:"justify"}}>
{/* Our community is being called to reimagine the future. As the only
university where a renowned design school comes together with
premier colleges, we are making learning more relevant and
Expand All @@ -45,7 +45,7 @@ function University() {
engineers who are capable of establishing themselves in the
higher echelons of any field they venture into.
</p>
<p>
<p style={{textAlign:"justify"}}>
{/* We are proud to offer top ranige in employment services such and
asser payroll and benefits administrato managemen and asistance with
global business range ployment employer readings from religious
Expand All @@ -57,19 +57,19 @@ function University() {
Computer Science, Physics, Humanities and Social Sciences,
Biosciences Bioengineering and Chemistry.
</p>
<p>
<p style={{textAlign:"justify"}}>
The institute aims to make education an innovative and
enriching experience through a unique blend of academic,
sports and extra-curricular programs delivered within a
student-centric culture to enable the younger generation
emerge as future leaders.
</p>
<p>
<p style={{textAlign:"justify"}}>
The overall academic environment in the institution is highly
conducive for achieving academic excellence and for developing
analytical abilities, ethics and integrity.
</p>
<p>
<p style={{textAlign:"justify"}}>
Apart from academic excellence, the institute lays emphasis on
research temperament, entrepreneurship and motivates its
students to recognize their true potential without the fear of
Expand Down
24 changes: 13 additions & 11 deletions src/component/Pages/Internshipinfo/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const Interninfo = () => {
alignItems: "center",
justifyContent: "center",
margin: "0 auto",
marginBottom:"10px"
},
text: {
color: "black",
Expand All @@ -61,6 +62,7 @@ const Interninfo = () => {
mobile: {
padding: "5%",
width: "100%",
marginBottom:"10px"
},
};
return (
Expand All @@ -76,7 +78,7 @@ const Interninfo = () => {
</h3>
<div style={styles.section}>
<h4 style={styles.sectionTitle}>
1. Fill the Internship Notification Form
Fill the Internship Notification Form
</h4>
<div style={styles.sub1}>
<h5 style={styles.text}>
Expand Down Expand Up @@ -118,7 +120,7 @@ const Interninfo = () => {
</h5>
</div>
</div>
<div style={styles.section}>
{/* <div style={styles.section}>
<h4 style={styles.sectionTitle}>2. Pre-assessment / Shortlist</h4>
<div style={styles.sub1}>
<h5 style={styles.text}>
Expand All @@ -127,8 +129,8 @@ const Interninfo = () => {
their resumes.
</h5>
</div>
</div>
<div style={styles.section}>
</div> */}
{/* <div style={styles.section}>
<h4 style={styles.sectionTitle}>3. Examination / Test</h4>
<div style={styles.sub1}>
<h5 style={styles.text}>
Expand All @@ -137,8 +139,8 @@ const Interninfo = () => {
the basis of their performance in the examination.
</h5>
</div>
</div>
<div style={styles.section}>
</div> */}
{/* <div style={styles.section}>
<h4 style={styles.sectionTitle}>4. Interview</h4>
<div style={styles.sub1}>
<h5 style={styles.text}>
Expand All @@ -148,17 +150,17 @@ const Interninfo = () => {
help in arranging for the interview in the campus.
</h5>
</div>
</div>
<div style={styles.section}>
</div> */}
{/* <div style={styles.section}>
<h4 style={styles.sectionTitle}>5. Offer</h4>
<div style={styles.sub1}>
<h5 style={styles.text}>
After the interview, the company will send out offer letters to
the students selected, offering to join the internship.
</h5>
</div>
</div>
<div style={styles.section}>
</div> */}
{/* <div style={styles.section}>
<h4 style={styles.sectionTitle}>6. Student Accept / Reject</h4>
<div style={styles.sub1}>
<h5 style={styles.text}>
Expand All @@ -167,7 +169,7 @@ const Interninfo = () => {
decision within the stipulated time.
</h5>
</div>
</div>
</div> */}
</div>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions src/component/Pages/Placementinfo/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const Placementinfo = () => {
</h3>
</div>
<div style={isDesktop ? styles.desktop : styles.mobile}>
<div>
<div style={{marginBottom:"20px"}}>
<h3 style={styles.text}>Fill the Job Notification Form</h3>
<h5 style={styles.subText}>
Interested companies will fill out the{" "}
Expand All @@ -155,7 +155,7 @@ const Placementinfo = () => {
<h5 style={styles.subText}>
Before filling the form kindly refer to the
<a
href="https://drive.google.com/file/d/1N3gjPwgOSC2XvUOwhdcfDpJ74VrTUHUt/view"
href="https://drive.google.com/file/d/12pAxMUUjzrhTeVq0xXWOv84mGW_dbEvO/view"
target="_blank"
style={{ color: "rgb(255, 115, 80)" }}
>
Expand Down
4 changes: 2 additions & 2 deletions src/component/Pages/meneventdeatils/First.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function First({eventsData}) {
</div>
</div>
)}
<p>{description}
<p style={{textAlign:"justify"}}>{description}
{/* The world of search engine optimization is complex and
ever-changing, but you can easily understand the basics, and even
a small amount of SEO knowledge can make a big difference. Free
Expand All @@ -130,7 +130,7 @@ function First({eventsData}) {
marketing the unique value of your site.Etiam pharetra erat sed
fermentum feugiat velit mauris egestas quam ut erat justo. */}
</p>
<p>
<p style={{textAlign:"justify"}}>
{details}
</p>
{/*
Expand Down
16 changes: 8 additions & 8 deletions src/component/footer/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ function Main() {
<div className="f-widget-title">
<h2>About Us</h2>
</div>
<div className="f-contact">
<div className="f-contact" style={{marginRight:"10px"}}>
{" "}
{/* about cdc */}
<p>
<p style={{textAlign:"justify"}}>
CDC is a student-driven body of IIT Dharwad that the
student community in shaping and managing their careers by
building critical ingredients required for a student to be
Expand Down Expand Up @@ -183,21 +183,21 @@ function Main() {
</div>
<div className="f-contact">
<ul>
{/* <li>
<li>
<div style={{ display: "flex", alignItems: "center" }}>
<i className="icon fal fa-phone" />
<span>
<Link to="tel:+14440008888">+1 (444) 000-8888</Link>
<br />
{/* <Link to="tel:+14440008888">+1 (444) 000-8888</Link>
<br /> */}
<Link
style={{ display: "block" }}
to="tel:+91 88268 24591"
to="tel:+91 8553316439"
>
+91 88268 24591
+91 8553316439
</Link>
</span>
</div>
</li>*/}
</li>
<li>
<div style={{ display: "flex", alignItems: "center" }}>
<i className="icon fal fa-envelope" />
Expand Down
4 changes: 2 additions & 2 deletions src/component/menhome/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function About() {
</h5>
<h2>A Few Words About IIT Dharwad</h2>
</div>
<p className="txt-clr">
<p className="txt-clr" style={{textAlign:"justify"}}>
{/* Our community is being called to reimagine the future. As the only
university where a renowned design school comes together with
premier colleges, we are making learning more relevant and
Expand All @@ -66,7 +66,7 @@ function About() {
establishing themselves in the higher echelons of any field
they venture into.
</p>
<p>
<p style={{textAlign:"justify"}}>
{/* We are proud to offer top ranige in employment services such and
asser payroll and benefits administrato managemen and asistance with
global business range ployment employer readings from religious
Expand Down
2 changes: 1 addition & 1 deletion src/component/menhome/Sliderone.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function Sliderone() {
IIT Dharwad
</h2>

<p data-animation="fadeInUp" data-delay=".6s">
<p data-animation="fadeInUp" data-delay=".6s" style={{textAlign:"justify"}}>
CDC is a student-driven body of IIT Dharwad that
supports the student community in shaping and managing
their careers by building critical ingredients required
Expand Down

0 comments on commit 8d0d5a5

Please sign in to comment.