Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/echoblank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: echo Hello,Everybody!
echo Add other actions to build,
echo test, and deploy your project.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE!>
<html>
<head>"Resume"</head>
<body>
<h1><p>name="David Lacy"</p></h1>
<h1><p>address="14 Carleton Court"</p></h1>
<h1><p>city state="New Castle DE."</p></h1>
<div>
<h3>objective</h3>
<p><strong>Career Objective:</strong> "To maximize the strategic training recieved in coding to obtain employment as a game designer and Web Page Developer."</p><bk>
<p><strong>employment1:Youth Empowerment Program</strong> description="Program Director"</p>
<p><strong>employment2:Mayor's Office Community Services</strong> description="Work Program Manager"</p>
<p><strong>employment3:Connection Training Services</strong> description="Program Director"</p>
<div>
<h3>Skills</h3>
<ul>
<li>"Management Organization"</li>
<li>"Adaptability Flexibility"</li>
<li>"Customer Service"</li>
</ul>
<div>
<h3>Education</h3>
<p><strong>Shaw University:</strong> B.A. Communications</p>
<p><strong>Overbrook High School:</strong> Diploma drafting design</p>

</div>


</body>
21 changes: 21 additions & 0 deletions page2
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE!>
<html>
<body>
<form>
<label>
<p><label>fname=" David"</p>
<p><label>lname=" Lacy"</p>
<p><label>contact#="302-287-2597</p>
<button radio="mobile landline"></button>
<p><label>contact email="<strong>lacyamazon@gmail.com"</strong></p><bk>
<p><label>how did you hear about us="<strong>Social Media"</strong></p>
<checkbox>list of skills</p>
<ul>
<li>Supervision</li>
<li>Problem Solving</li>
<li>Computer Skills</li>
<li>Sales Marketing</li>,/checkbox>
</ul>
</form>

</body>