-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
71 lines (61 loc) · 3.59 KB
/
about.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
---
layout: page
title: Sobre
permalink: /about/
---
<section id="about" class="page">
<div class="container">
<div class="desktop-12 columns"><div class="border-top"></div></div>
<div class="clear"></div>
<div class="desktop-3 tablet-12 columns">
<h2>Services</h2>
</div>
<div class="desktop-9 tablet-12 columns">
<p class="page-desc">Make a memorable experience. Let your brand act in a way that well exceeds users' expectations. See what we can do to help you. </p>
</div>
</div><!-- // .container -->
<div class="services">
<div class="container">
<div class="item">
<div class="desktop-3 tablet-6 columns">
<img src="/assets/images/default/720-600.png" alt="">
</div><!-- // .desktop-3 -->
<div class="desktop-6 tablet-6 columns">
<h4>Illustration</h4>
<p>Architectural drawings are made according to a set of conventions, which include particular views (floor plan, section etc.), sheet sizes, units of measurement and scales, annotation and cross referencing. Conventionally, drawings were made in ink on paper or a similar material, and any copies required had to be laboriously made by hand. </p>
</div><!-- // .desktop-6 -->
<div class="clear"></div>
</div><!-- // .item -->
<div class="item">
<div class="desktop-3 offset-3 tablet-6 tablet-offset-0 columns">
<img src="/assets/images/default/720-600.png" alt="">
</div><!-- // .desktop-3 -->
<div class="desktop-6 tablet-6 columns">
<h4>Digital</h4>
<p>The development of the computer had a major impact on the methods used to design and create technical drawings, making manual draughting almost obsolete, and opening up new possibilities of form using organic shapes and complex geometry. Today the vast majority of drawings are created using CAD software.</p>
</div><!-- // .desktop-6 -->
<div class="clear"></div>
</div><!-- // .item -->
<div class="item">
<div class="desktop-3 push-6 tablet-6 tablet-push-0 columns">
<img src="/assets/images/default/720-600.png" alt="">
</div><!-- // .desktop-3 -->
<div class="desktop-6 pull-3 tablet-6 tablet-pull-0 columns">
<h4>Architectural CG</h4>
<p>Design, finance, and legal aspects overlap and interrelate. The design must be not only structurally sound and appropriate for the use and location, but must also be financially possible to build. The financial structure must accommodate the need for building the design provided, and must pay amounts that are legally owed. </p>
</div><!-- // .desktop-6 -->
<div class="clear"></div>
</div><!-- // .item -->
<div class="item">
<div class="desktop-3 offset-3 tablet-6 tablet-offset-0 columns">
<img src="/assets/images/default/720-600.png" alt="">
</div><!-- // .desktop-3 -->
<div class="desktop-6 tablet-6 columns">
<h4>Structural Robustness</h4>
<p>A structure designed and constructed to have robustness will not suffer from disproportionate collapse (progressive collapse) under accidental loading. When it comes to steel framed buildings, to achieve robustness is about designing connections appropriately. Cncrete structures is less problem with structural robustness.</p>
</div><!-- // .desktop-6 -->
<div class="clear"></div>
</div><!-- // .item -->
</div><!-- // .container -->
</div><!-- // .services -->
</section><!-- // section#about -->