fixed typos, disabled form

This commit is contained in:
2021-05-15 03:13:57 -05:00
parent bd85aff721
commit be193b1443

View File

@@ -93,8 +93,8 @@
<div class="col-md-6">
<h2 class="h2 fw-light mb-4">About Me</h2>
<p>Hello! Im Daniel Tam. I am a skilled <strong>systems administrator</strong> and a strong <strong>application developer</strong>. I am always interested in the newest technologies
and the most efficient ways to get things done.</p>
<p>I can leverage my skills to develop and administate systems and applications allowing for a very broad skillset for any situtation.</p>
and the most efficient methods to get things done.</p>
<p>I can leverage my skills to develop and administate systems and applications allowing for a very broad skillset for any situtation!</p>
</div>
<div class="col-md-5 offset-lg-1">
<div class="row mt-2">
@@ -183,9 +183,9 @@
</div>
<div class="timeline-body px-4 pb-4">
<div class="text-muted text-small mb-3">April, 2021 - Present</div>
<div>After becoming the System Administrator for Trinity Consultants, I was to focus on strengthening our infrastructure. I began to move
the infrastructure into Microsoft Azure and leverage cloud services where needed. I deployed a new backup and disaster recovery plan and
program using Veeam. I was put in charge of the network security as well, deploying new tools and locating areas of weaknesses
<div>After becoming the System Administrator for Trinity Consultants, I was to focus on strengthening the infrastructure. I began to move
the infrastructure into Microsoft Azure and leveraged cloud services where needed. I deployed new backup and disaster recovery plans and
infrastructure utilizing Veeam. I was also put in charge of the network security, deploying new tools and locating areas of weaknesses
that needed to be addressed such as a new VPN service.
</div>
</div>
@@ -211,7 +211,7 @@
<div class="text-muted text-small mb-3">August, 2013 - January, 2015</div>
<div>During my time as the Desktop Administrator, I ordered and deployed new workstations to new and existing users. I assisted in troubleshooting
hardware and software for over 500 different users. I was in charge of maintaining and updating our workstation imaging software using Windows
Deployment Service and Toolkit. I leverage my programming skills to develop and deploy programs in C# or PowerShell scripts to automate and create
Deployment Service and Toolkit. Leveraging my programming skills, I developed and deployed programs in C# or PowerShell scripts to automate and create
better workflows.
</div>
</div>
@@ -287,18 +287,18 @@
<div class="mt-5 d-print-none">
<form onsubmit='sendMessage();'>
<div class="form-outline mb-4">
<input type="text" id="name" class="form-control" required/>
<input type="text" id="name" class="form-control" disabled required/>
<label class="form-label" for="name">Name</label>
</div>
<div class="form-outline mb-4">
<input type="email" id="email" class="form-control" required/>
<input type="email" id="email" class="form-control" disabled required/>
<label class="form-label" for="email">Email address</label>
</div>
<div class="form-outline mb-4">
<textarea class="form-control" style="resize: none;" id="message" rows="4" required></textarea>
<textarea class="form-control" style="resize: none;" id="message" rows="4" disabled required></textarea>
<label class="form-label" for="message">Message</label>
</div>
<button class="btn btn-info btn-block mb-4">Send</button>
<button class="btn btn-info btn-block mb-4" disabled>Send</button>
</form>
</div>
</div>