Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Home</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
</head>
<body class="index">
<header>
<div id="uconn-banner">
<div id="uconn-header-container">
<div class="container">
<div class="row-fluid">
<div id="home-link-container">
<a id="home-link" href="http://uconn.edu/">
<span id="wordmark">UCONN</span>
<span id="university-of-connecticut">UNIVERSITY OF CONNECTICUT</span>
</a>
</div>
<div id="button-container">
<span>
<a class="btn" href="http://uconn.edu/search.php" title="Search"><i class="icon-search"></i>
</a>
</span>
<span>
<a class="btn" href="http://uconn.edu/azindex.php" title="AZ Index"><i class="icon-a-z"></i></a>
</span>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="container" id="site-header">
<div class="row-fluid">
<div class="col-xs-8">
<p id="super-title"><a href="http://communications.uconn.edu/">SCHOOL OF FINE ARTS</a></p>
<h1 id="site-title"><a href="/">Digital Media &amp; Design Mobile and Web Development</a></h1>
</div>
<div class="col-xs-4">
<div id="search-container">
<form class="form-search">
<input type="text" class="input-medium" placeholder="Search this site...">
<button type="submit" class="btn">Search</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Our Work <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="our-work.html">Our Work</a></li>
<li><a href="our-work.html#websites">Websites</a></li>
<li><a href="our-work.html#applications">Applications</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">For Students <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="for-students.html">For Students</a></li>
<li><a href="for-students.html#courseInfo">Course Info</a></li>
<li><a href="for-students.html#enroll">Enroll</a></li>
</ul>
</li>
<li><a href="for-clients.html">For Clients</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
<div class="container">
<div class="row indhead">
<div class="col-xs-12">
<img class="img-responsive featimg" src="http://placehold.it/1000x400">
</div>
<div class="col-sm-8 col-sm-offset-2 feattext">
<p>DMD 4475 (Interactive Design and Development Practicum) is a student-led web and mobile service group housed within the Digital Media and Design department at UConn. We work with on-campus and nearby partners to custom-design and develop websites, web applications, and mobile apps.</p>
<p>During this one-semester client facing practicum, students will be exposed to:</p>
<ul>
<li>Client-facing web/mobile project management</li>
<li>Introduction to Software Development Life-cycle/Agile techniques</li>
<li>Accounts management and client-facing sensitivities</li>
</ul>
</div>
<div class="col-xs-12 text-center linker">
<a class="learnlink" href="for-students.html">Learn More</a>
</div>
</div>
</div>
<footer>
<div class="navbar navbar-default">
<div class="container">
<ul id="uc-footer-links" class="clearfix">
<li>
© <a href="http://uconn.edu">University of Connecticut</a>
</li>
<li>
<a href="http://uconn.edu/disclaimers-privacy-copyright/">Disclaimers, Privacy &amp; Copyright</a>
</li>
</ul>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>