-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPublications.aspx
22 lines (22 loc) · 1.42 KB
/
Publications.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="Publications.aspx.cs" Inherits="PersonalWebsiteTrial.Publications" %>
<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">
<div class="col-lg-4">
<img class="img-circle" src="Images/turbo.png" width="140" height="140">
<h2>Development of a Microprocessor-Controlled System for Measuring the Operating Speed and Temperature of Turbos in Locomotives to Enable Turbo and Main
Engine Condition Analysis (Article)</h2>
<p><a class="btn btn-default" href="Turbo.aspx" role="button">Click Here »</a></p>
</div>
<div class="col-lg-4">
<img class="img-circle" src="Images/subliminal.jpeg" width="140" height="140">
<h2>Overcoming Our Education Fears Project (Article)</h2>
<p><a class="btn btn-default" href="EducationFearArticle.aspx" role="button">Click Here »</a></p>
</div>
</div>
<hr class="featurette-divider">
</div>
</asp:Content>