-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout me.html
47 lines (29 loc) · 1.37 KB
/
about me.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<link rel="stylesheet" type="text/css" href="./main.css"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<br>
<header>
<a href="index.html">Home</a>
<h1>About Me</h1>
</header>
<br>
<main>
<p>With over four years of experience working on large scale and complex architectural projects using AutoDesk Revit, I have become proficient at architectural
modelling and creating families. I have excelled at utilising the capabilities of Revit and I am developing my knowledge of Python coding and visual programming
in Dynamo with the aim to automate repetitive tasks, create complex and parametric geometries, and extract data from projects.
I will be sharing my learning projects on GitHub as part of my Python Software Engineer Bootcamp with Firebrand.</p>
</main>
<footer class="footer">
<br>
<p>[email protected] | © Elizabeth Innemee 2023</p>