-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f6d2980
Showing
41 changed files
with
2,790 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/eclipse"> | ||
<attributes> | ||
<attribute name="owner.project.facets" value="java"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0"> | ||
<attributes> | ||
<attribute name="owner.project.facets" value="jst.web"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> | ||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-barcodes-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-barcodes-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-barcodes-7.0.0-sources.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-font-asian-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-font-asian-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-forms-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-forms-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-forms-7.0.0-sources.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-hyph-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-hyph-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-io-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-io-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-io-7.0.0-sources.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-kernel-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-kernel-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-kernel-7.0.0-sources.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-layout-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-layout-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-layout-7.0.0-sources.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-pdfa-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-pdfa-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-pdfa-7.0.0-sources.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-pdftest-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-pdftest-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-pdftest-7.0.0-sources.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-sign-7.0.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-sign-7.0.0-javadoc.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText7-7.0.0/itext7-sign-7.0.0-sources.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/javax.servlet-3.0.jar/javax.servlet-3.0.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/javax.servlet.jsp-api-2.3.1.jar"/> | ||
<classpathentry kind="lib" path="D:/Utility JAR's/iText-5.0.5.jar"/> | ||
<classpathentry kind="output" path="build/classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>ResumeBuilderPrototype2</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.validation.validationbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="WebContent"/> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> | ||
<attributes> | ||
<attribute name="hide" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> | ||
<classpathentry kind="output" path=""/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
<wb-module deploy-name="ResumeBuilderPrototype2"> | ||
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/> | ||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> | ||
<property name="context-root" value="ResumeBuilderPrototype2"/> | ||
<property name="java-output-path" value="/ResumeBuilderPrototype2/build/classes"/> | ||
</wb-module> | ||
</project-modules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<faceted-project> | ||
<runtime name="Apache Tomcat v9.0"/> | ||
<fixed facet="wst.jsdt.web"/> | ||
<fixed facet="jst.web"/> | ||
<fixed facet="java"/> | ||
<installed facet="java" version="1.8"/> | ||
<installed facet="jst.web" version="3.1"/> | ||
<installed facet="wst.jsdt.web" version="1.0"/> | ||
</faceted-project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.eclipse.wst.jsdt.launching.baseBrowserLibrary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Window |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
@CHARSET "ISO-8859-1"; | ||
.box1{ | ||
background:#33bbff; | ||
position:absolute; | ||
top:00px; | ||
left:00px; | ||
width:700px; | ||
height:150px; | ||
width:1365px; | ||
border:transparent; | ||
padding:00px; | ||
margin:00px; | ||
|
||
} | ||
#logo | ||
{ | ||
position:absolute; | ||
top:10px; | ||
left:130px; | ||
|
||
} | ||
#header-text | ||
{ | ||
font-family: 'David Libre', serif; | ||
font-size:70px; | ||
position:absolute; | ||
top:25px; | ||
left:250px; | ||
|
||
} | ||
hr | ||
{ | ||
height:1px; | ||
border:none; color:#000; | ||
background-color:#000; | ||
width:100%; | ||
text-align:center; | ||
margin: 0 auto; | ||
position:absolute; | ||
top:150px; | ||
left:00px; | ||
} | ||
.box2{ | ||
background:white; | ||
position:absolute; | ||
top:240px; | ||
left:105px; | ||
width:800px; | ||
height:150px; | ||
width:500px; | ||
border:transparent; | ||
padding:00px; | ||
margin:00px; | ||
|
||
} | ||
.box3{ | ||
background:white; | ||
position:absolute; | ||
top:240px; | ||
left:690px; | ||
width:800px; | ||
height:150px; | ||
width:500px; | ||
border:transparent; | ||
padding:00px; | ||
margin:00px; | ||
|
||
} | ||
input[type="submit"] | ||
{ | ||
width:250px; | ||
height:40px; | ||
cursor:pointer; | ||
margin:5px; | ||
border-radius:50px; | ||
text-decoration:none; | ||
text-align:center; | ||
padding:10px; | ||
font-size:19px; | ||
transition:.3s; | ||
-webkit-transition:.3s; | ||
-moz-transition:.3s; | ||
-o-transition:.3s; | ||
display:inline-block; | ||
background:white; | ||
} | ||
#button1 | ||
{ | ||
position:absolute; | ||
top:700px; | ||
left:120px; | ||
} | ||
#button2 | ||
{ | ||
position:absolute; | ||
top:700px; | ||
left:120px; | ||
} | ||
h1 | ||
{ | ||
position:absolute; | ||
top:150px; | ||
left:210px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/** | ||
* | ||
*/ | ||
var slideIndex = 1; | ||
showDivs(slideIndex); | ||
|
||
function plusDivs(n) { | ||
showDivs(slideIndex += n); | ||
} | ||
|
||
function showDivs(n) { | ||
var i; | ||
var x = document.getElementsByClassName("mySlides"); | ||
if (n > x.length) {slideIndex = 1} | ||
if (n < 1) {slideIndex = x.length} | ||
for (i = 0; i < x.length; i++) { | ||
x[i].style.display = "none"; | ||
} | ||
x[slideIndex-1].style.display = "block"; | ||
} | ||
<a class="w3-btn-floating" style="position:absolute;top:150%;left:0" onclick="plusDivs(-1)"><</a> | ||
<a class="w3-btn-floating" style="position:absolute;top:150%;right:0" onclick="plusDivs(1)">></a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" | ||
pageEncoding="ISO-8859-1"%> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
<title>Insert title here</title> | ||
<link href="DownloadPage.css" rel="stylesheet" type="text/css"> | ||
<script src="DownloadPage.js" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<!-- Header box with the color --> | ||
<div class="box1"> | ||
<!-- Header --> | ||
<div id="header" > | ||
<!-- Logo --> | ||
<div id="logo"> | ||
<img alt="" src="images/Logo3.png"> | ||
</div> | ||
<!-- Header Text --> | ||
<div id="header-text">Resume Builder</div> | ||
</div> | ||
</div> | ||
<hr/> | ||
<h1>Please select a format and click on the download button...</h1> | ||
<div class="box2"> | ||
<form method="get" action="DownloadType1"> | ||
<input id="button1" type="submit" value="Download" methord="get"></button> | ||
<img class="mySlides" src="images/ResumeType1jpg.jpg" style="width:100%"> | ||
</form> | ||
</div> | ||
<div class="box3"> | ||
<form method="get" action="DownloadType2"> | ||
<input id="button2" type="submit" value="Download" methord="get"></button> | ||
<img class="mySlides" src="images/ResumeType2jpg.jpg" style="width:100%"> | ||
</form> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.