-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPatent.aspx
33 lines (33 loc) · 2.2 KB
/
Patent.aspx
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
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="Patent.aspx.cs" Inherits="PersonalWebsiteTrial.Patent" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder3" runat="server">
<div class="container marketing">
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">- MyDevice (Device, Patent Study)</h2>
<p class="lead">Industry Sector: Service Sector<br/>Role in the Project: R&D Engineer<br/>Time Range: April 2015 - Still Working<br/>
Environments in the Project: Design, Programming <br/>Tools: Programming IDE, Proteus<br/>Description: Due to being in the patent stage,
no information about the content is provided.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="Images/mydevice.png" width="200" height="200">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">- CEOmatic (Ministry of Science, Industry and Technology, Techno-Entrepreneur Capital Support Application,
01.2015)</h2>
<p class="lead">Industry Sector: Service Sector<br/>Role in the Project: R&D Engineer
<br/>Time Range: August 2014 - Still Working<br/>Environments in the Project: Programming
<br/>Tools: Programming IDE<br/>Description: No information about the content is provided due to being in the patent stage.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block" src="Images/ceo.png" width="160" height="140" >
</div>
</div>
<hr class="featurette-divider">
</div>
</asp:Content>