Skip to content

Commit c4dd9ec

Browse files
authored
Merge pull request #1 from ankitamk14/refactor
Refactor
2 parents 6ac27d4 + b5e6eb3 commit c4dd9ec

10 files changed

Lines changed: 299 additions & 418 deletions

File tree

pom.xml

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<parent>
6+
<groupId>org.springframework.boot</groupId>
7+
<artifactId>spring-boot-starter-parent</artifactId>
8+
<version>2.1.7.RELEASE</version>
9+
<relativePath/> <!-- lookup parent from repository -->
10+
</parent>
11+
<groupId>com.adminportal</groupId>
12+
<artifactId>School_Project</artifactId>
13+
<version>0.0.1-SNAPSHOT</version>
14+
<name>adminPortal_SchoolProject</name>
15+
<description>admin part for School System</description>
16+
<packaging>war</packaging>
17+
18+
<properties>
19+
<java.version>1.8</java.version>
20+
</properties>
21+
22+
<repositories>
23+
24+
<repository>
25+
<id>xuggle repo</id>
26+
<url>https://www.dcm4che.org/maven2/</url>
27+
</repository>
28+
29+
</repositories>
30+
31+
<dependencies>
32+
33+
<dependency>
34+
<groupId>xuggle</groupId>
35+
<artifactId>xuggle-xuggler</artifactId>
36+
<version>5.4</version>
37+
</dependency>
38+
39+
40+
<dependency>
41+
<groupId>org.springframework.boot</groupId>
42+
<artifactId>spring-boot-starter-security</artifactId>
43+
</dependency>
44+
<dependency>
45+
<groupId>org.springframework.boot</groupId>
46+
<artifactId>spring-boot-starter-data-jpa</artifactId>
47+
</dependency>
48+
<dependency>
49+
<groupId>org.springframework.boot</groupId>
50+
<artifactId>spring-boot-starter-jdbc</artifactId>
51+
</dependency>
52+
53+
<dependency>
54+
<groupId>org.springframework.boot</groupId>
55+
<artifactId>spring-boot-starter-thymeleaf</artifactId>
56+
</dependency>
57+
<dependency>
58+
<groupId>org.springframework.boot</groupId>
59+
<artifactId>spring-boot-starter-web</artifactId>
60+
</dependency>
61+
62+
<dependency>
63+
<groupId>org.springframework.boot</groupId>
64+
<artifactId>spring-boot-devtools</artifactId>
65+
<scope>runtime</scope>
66+
<optional>true</optional>
67+
</dependency>
68+
69+
<dependency>
70+
<groupId>org.webjars</groupId>
71+
<artifactId>jquery</artifactId>
72+
<version>2.2.4</version>
73+
</dependency>
74+
75+
<dependency>
76+
<groupId>org.thymeleaf.extras</groupId>
77+
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
78+
79+
</dependency>
80+
81+
<dependency>
82+
<groupId>mysql</groupId>
83+
<artifactId>mysql-connector-java</artifactId>
84+
<scope>runtime</scope>
85+
</dependency>
86+
<dependency>
87+
<groupId>org.springframework.boot</groupId>
88+
<artifactId>spring-boot-starter-test</artifactId>
89+
<scope>test</scope>
90+
</dependency>
91+
92+
<dependency>
93+
<groupId>org.springframework.boot</groupId>
94+
<artifactId>spring-boot-starter-tomcat</artifactId>
95+
<scope>provided</scope>
96+
</dependency>
97+
98+
<dependency>
99+
<groupId>com.fasterxml.jackson.core</groupId>
100+
<artifactId>jackson-core</artifactId>
101+
</dependency>
102+
103+
<dependency>
104+
<groupId>com.fasterxml.jackson.core</groupId>
105+
<artifactId>jackson-databind</artifactId>
106+
</dependency>
107+
108+
<dependency>
109+
<groupId>com.fasterxml.jackson.core</groupId>
110+
<artifactId>jackson-annotations</artifactId>
111+
</dependency>
112+
113+
114+
115+
116+
<dependency>
117+
<groupId>org.springframework.security</groupId>
118+
<artifactId>spring-security-test</artifactId>
119+
<scope>test</scope>
120+
</dependency>
121+
122+
<dependency>
123+
<groupId>org.springframework.boot</groupId>
124+
<artifactId>spring-boot-starter-mail</artifactId>
125+
</dependency>
126+
127+
<!-- https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j -->
128+
<dependency>
129+
<groupId>net.lingala.zip4j</groupId>
130+
<artifactId>zip4j</artifactId>
131+
<version>2.6.1</version>
132+
</dependency>
133+
134+
135+
136+
</dependencies>
137+
138+
<build>
139+
<finalName>schoolConnex</finalName>
140+
<plugins>
141+
<plugin>
142+
<groupId>org.springframework.boot</groupId>
143+
<artifactId>spring-boot-maven-plugin</artifactId>
144+
<configuration>
145+
<addResources>true</addResources>
146+
</configuration>
147+
</plugin>
148+
</plugins>
149+
</build>
150+
151+
</project>
145 KB
Loading
-285 KB
Binary file not shown.

src/main/resources/static/css/main.css

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
/******************************************* Generic Start *******************************************/
2-
/* :root {
3-
--main-bg-color: #00838f; cyan darken 3 - rgb(0,131,143)
4-
--secondary-color: #ff9800;
5-
--accent-color:#E0A800;
6-
--accent-color2: #01579b; rgb(1,87,155)
7-
--grey-color: #E6E6E6;
8-
--gap: 44px;
9-
--font-sans-serif: Arial, Helvetica, sans-serif;
10-
} */
112
*{
123
margin: 0;
134
padding: 0;
@@ -27,6 +18,9 @@ section{
2718
p{
2819
font-family: Arial, Helvetica, sans-serif;
2920
}
21+
.svg-inline--fa{
22+
width: 1.5rem;
23+
}
3024
/******************************************* Generic End *******************************************/
3125
/******************************************* Nav Start *******************************************/
3226
.navbar{
@@ -113,7 +107,7 @@ p{
113107
}
114108

115109
.intro{
116-
background-image: url('../Images/main_bg2.png');
110+
background-image: url('../Images/main_bg.jpg');
117111
background-attachment: fixed;
118112
width:100%;
119113
height: 500px;
@@ -597,7 +591,7 @@ position: relative;
597591
}
598592
.login-bg{
599593
/* border: 1px solid red; */
600-
background-image: url('../Images/main_bg2.png');
594+
background-image: url('../Images/main_bg.jpg');
601595
width:100%;
602596
background-size: cover;
603597
position: relative;

0 commit comments

Comments
 (0)