fixed typos, disabled form
This commit is contained in:
20
index.html
20
index.html
@@ -93,8 +93,8 @@
|
|||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<h2 class="h2 fw-light mb-4">About Me</h2>
|
<h2 class="h2 fw-light mb-4">About Me</h2>
|
||||||
<p>Hello! I’m 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
|
<p>Hello! I’m 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>
|
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>
|
<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>
|
||||||
<div class="col-md-5 offset-lg-1">
|
<div class="col-md-5 offset-lg-1">
|
||||||
<div class="row mt-2">
|
<div class="row mt-2">
|
||||||
@@ -183,9 +183,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="timeline-body px-4 pb-4">
|
<div class="timeline-body px-4 pb-4">
|
||||||
<div class="text-muted text-small mb-3">April, 2021 - Present</div>
|
<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
|
<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 leverage cloud services where needed. I deployed a new backup and disaster recovery plan and
|
the infrastructure into Microsoft Azure and leveraged cloud services where needed. I deployed new backup and disaster recovery plans and
|
||||||
program using Veeam. I was put in charge of the network security as well, deploying new tools and locating areas of weaknesses
|
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.
|
that needed to be addressed such as a new VPN service.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
<div class="text-muted text-small mb-3">August, 2013 - January, 2015</div>
|
<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
|
<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
|
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.
|
better workflows.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -287,18 +287,18 @@
|
|||||||
<div class="mt-5 d-print-none">
|
<div class="mt-5 d-print-none">
|
||||||
<form onsubmit='sendMessage();'>
|
<form onsubmit='sendMessage();'>
|
||||||
<div class="form-outline mb-4">
|
<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>
|
<label class="form-label" for="name">Name</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-outline mb-4">
|
<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>
|
<label class="form-label" for="email">Email address</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-outline mb-4">
|
<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>
|
<label class="form-label" for="message">Message</label>
|
||||||
</div>
|
</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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user