-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_Me.html
90 lines (81 loc) · 3.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RTM!</title>
<link rel="icon" href="./resources/icons/home.png">
<link rel="stylesheet" href="./resources/styling/reset.css">
<!-- <link rel="stylesheet" href="./resources/styling/normalize.css"> -->
<link rel="stylesheet" href="./resources/styling/about.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Unbounded:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1 class="header_title"><a href="./index.html">RTM</a></h1>
<nav>
<ul>
<li><a class="hover_an" href="./about_Me.html">About Me</a></li>
<li><a class="hover_an" href="./projects.html">Projects</a></li>
<li><a class="hover_an" href="./contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h1 id="title">Get to know me</h1>
<section class="General">
<div class="keywords">
<h2>Enthusiastic</h2>
<h2>Curious</h2>
<h2>Striving</h2>
</div>
<div class="aboutMe">
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. </p>
</div>
</section>
<h1 class="skillset">Skillset</h1>
<section class="profession">
<div class="images">
</div>
<div class="description">
<h2>STRUCTURAL ENGINEERING</h2>
<p>As a professional working in the structural engineering industry, I have been able to learn all about the design of new buildings and structures, focusing mainly on lowrise and midrise construction. Ihave gained knowledge about the design and behaviour of multiple structural materials such as:</p>
<ul>
<li>Concrete</li>
<li>Steel</li>
<li>Masonry</li>
<li>Wood</li>
</ul>
<p>I have also been able to work with different codes and standards, including:</p>
<ul>
<li>United States:</li>
<ul>
<li>ASCE, IBC</li>
<li>AISC, ACI, TMS, NDS, AISI</li>
</ul>
<li>Mexico:</li>
<ul>
<li>NTC-17, MDOC CFE</li>
</ul>
<li>Canada:</li>
<ul>
<li>NBCC, CSA</li>
</ul>
</ul>
<p>In terms of software, I have become familiar </p>
</div>
</section>
</main>
<footer>
</footer>
</body>
</html>